Merge pull request #818 from pdxlocations/formatting-and-links-2

Fix documentation formatting and links
This commit is contained in:
Ben Meadors 2023-09-19 10:22:55 -05:00 committed by GitHub
commit 6b31d77a58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,8 @@
// class .markdown needs to be called or it is removed from the build
import React from "react";
const BaseCSS = () => {
return <div className="markdown">Shid Fard</div>;
};
export default BaseCSS;