el.xwx.moe/components/Loader.tsx

8 lines
99 B
TypeScript

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