call markdown class

This commit is contained in:
pdxlocations 2023-09-18 22:05:17 -07:00
parent 2446ced52d
commit e9d4d697e8

View 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;