el.xwx.moe/components/Loader.tsx
2023-02-09 03:28:55 +03:30

8 lines
98 B
TypeScript

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