Add dashboard mock routes
This commit is contained in:
parent
ffbdbc3376
commit
b075a0994c
10 changed files with 1386 additions and 3 deletions
7
apps/web/app/mock4/page.tsx
Normal file
7
apps/web/app/mock4/page.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { DashboardMock } from "../dashboard-mocks";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default function Mock4Page() {
|
||||
return <DashboardMock variant="mock4" />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue