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 289 B
"use client"; import State from "../../../../components/contents/states/State"; export default function Warn(props) { const img = props?.img?.src || require("../../../../assets/animation/warn.gif"); return <State {...props} img={{ src: img }}/>; } //# sourceMappingURL=Warn.jsx.map