add dense dashboard mock routes
This commit is contained in:
parent
42043205b5
commit
8b8f124e99
8 changed files with 1363 additions and 7 deletions
7
apps/web/app/mock9/page.tsx
Normal file
7
apps/web/app/mock9/page.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { DashboardMock } from "../dashboard-mocks";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default function Mock9Page() {
|
||||
return <DashboardMock variant="mock9" />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue