import * as style from './loading.css'; export default function Loading() { return (
{style.loading.map((style, index) =>
)}
); }