mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-24 21:24:44 -08:00
remove unused BaseCSS bandaid (#1615)
This commit is contained in:
parent
5b76ce55b5
commit
f0a58eaae2
|
@ -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;
|
Loading…
Reference in a new issue