el.xwx.moe/components/Loader.tsx

8 lines
92 B
TypeScript
Raw Normal View History

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