mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
call markdown class
This commit is contained in:
parent
2446ced52d
commit
e9d4d697e8
8
src/components/BaseCSS.tsx
Normal file
8
src/components/BaseCSS.tsx
Normal 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;
|
Loading…
Reference in a new issue