import React from "react"; export default function DashboardLoading(): React.ReactElement { return (
{[1, 2, 3].map((i) => (
))}
); }