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).

6 lines 232 B
import Success from './success/Success'; import Failure from './failure/Failure'; import Loading from './loading/Loading'; import Warn from './warn/Warn'; export { Success, Failure, Loading, Warn }; //# sourceMappingURL=index.js.map