import { TransactionsHistory } from '@/components/blocks/transactions-history/transactions-history'; import { AssetActivity } from './_components/charts/assets-activity/asset-activity'; import { AssetsSupply } from './_components/charts/assets-supply/assets-supply'; import { UsersHistory } from './_components/charts/users/users-history'; import { LatestEvents } from './_components/table/latest-events/latest-events'; import { AssetsWidget } from './_components/widgets/assets/assets'; import { TransactionsWidget } from './_components/widgets/transactions/transactions'; import { UsersWidget } from './_components/widgets/users/users'; export const dynamic = 'force-dynamic'; export default function AdminDashboard() { return ( <>

Stats

Latest Events

); }