add no-card mock redesign routes
This commit is contained in:
parent
5e55b70bc1
commit
58ff9bb062
8 changed files with 1483 additions and 17 deletions
7
apps/web/app/mock7/page.tsx
Normal file
7
apps/web/app/mock7/page.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { DashboardMock } from "../dashboard-mocks";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default function Mock7Page() {
|
||||
return <DashboardMock variant="mock7" />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue