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

4 lines
64 B
TypeScript

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