export default function AppLoading() { return (
{[0, 1, 2, 3].map((i) => (
))}
); }