export const Loading = ({ children }: { children: React.ReactElement }) => (
{children}
);