Skip to content

Commit 37820aa

Browse files
committed
Move /analytics contract page in app router folder (no code change)
1 parent 257f10b commit 37820aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/analytics/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { notFound, redirect } from "next/navigation";
2-
import { ContractAnalyticsPage } from "../../../../../../contract-ui/tabs/analytics/page";
32
import { getContractPageParamsInfo } from "../_utils/getContractFromParams";
43
import { getContractPageMetadata } from "../_utils/getContractPageMetadata";
4+
import { ContractAnalyticsPage } from "./ContractAnalyticsPage";
55

66
export default async function Page(props: {
77
params: {

0 commit comments

Comments
 (0)