for-legacy-web/src/components/ui/Preloader.tsx

4 lines
73 B
TypeScript

export default function Preloader() {
return <span>LOADING</span>;
}