meshtastic/src/components/BaseCSS.tsx
pdxlocations c35dffa663 trunk
2023-09-18 22:07:52 -07:00

9 lines
201 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;