import { IconLoader2 } from "@tabler/icons-react" import { FC } from "react" interface ScreenLoaderProps {} export const ScreenLoader: FC = () => { return (
) }