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