chore: [app-router-migration 24] migrate more page (#13054)

This commit is contained in:
DmytroHryshyn 2024-01-11 23:45:45 +02:00 committed by GitHub
parent 710a1a7d38
commit 9c1e1d7312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import Page from "@pages/more";
import { WithLayout } from "app/layoutHOC";
export default WithLayout({ getLayout: null, Page })<"P">;

View File

@ -1,3 +1,5 @@
"use client";
import Shell, { MobileNavigationMoreItems } from "@calcom/features/shell/Shell";
import { useLocale } from "@calcom/lib/hooks/useLocale";