code/components/Home/Writings.tsx

8 lines
83 B
TypeScript

function Writings() {
return (
<p>Hello</p>
);
}
export default Writings;