el.xwx.moe/components/Loader.tsx

8 lines
98 B
TypeScript
Raw Normal View History

2023-02-08 17:58:55 -06:00
export default function Loader() {
return (
<div>
<p>Loading...</p>
</div>
);
}