export function LoadingScreen = ({ children }: Props) => { return ( <Delayed> <div /> </Delayed> ); };