mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
8 lines
200 B
TypeScript
8 lines
200 B
TypeScript
|
// 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;
|