import { toAbsoluteUrl } from '@/utils'; import { Loader2 } from 'lucide-react'; const ScreenLoader = () => { return (
logo {/*
Loading...
*/}
Loading...
); }; export { ScreenLoader };