export default function Loading() { return (
{[1, 2, 3, 4, 5].map(i => (
))}
) }