mirror of https://github.com/aldy505/code.git
8 lines
83 B
TypeScript
8 lines
83 B
TypeScript
|
function Writings() {
|
||
|
return (
|
||
|
<p>Hello</p>
|
||
|
);
|
||
|
}
|
||
|
|
||
|
export default Writings;
|