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