remove unused BaseCSS bandaid (#1615)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run

This commit is contained in:
pdxlocations 2024-12-05 09:22:39 -08:00 committed by GitHub
parent 5b76ce55b5
commit f0a58eaae2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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