export function LoadingSpinner() { return (
Loading...
); } export default function LoadingPage() { return (
Loading...
); }