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