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 207 B
"use client"; import { Layouts } from "../../../../components"; export default function Recent(props) { return <Layouts.List {...props} style={{ height: "100%" }}/>; } //# sourceMappingURL=Recent.jsx.map