Spaces:
Running
Running
File size: 77 Bytes
f5ed9bf |
1 2 3 4 5 6 |
const Page = () => {
return <div>page</div>;
};
export default Page;
|