el.xwx.moe/components/Loader.tsx
2023-05-31 18:00:45 +03:30

8 lines
92 B
TypeScript

export default function () {
return (
<div>
<p>Loading...</p>
</div>
);
}