UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

7 lines 298 B
"use client"; import State from "../../../../components/contents/states/State"; export default function Loading(props) { const img = props?.img?.src || require("../../../../assets/animation/loading.gif"); return <State {...props} img={{ src: img }}/>; } //# sourceMappingURL=Loading.jsx.map