feat: initialize CalBook project with comprehensive scheduling, admin, and deployment infrastructure
This commit is contained in:
7
app/(admin)/admin/instant-meeting/page.tsx
Normal file
7
app/(admin)/admin/instant-meeting/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { InstantMeetingPanel } from "@/components/admin/instant-meeting-panel";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default function AdminInstantMeetingPage() {
|
||||
return <InstantMeetingPanel />;
|
||||
}
|
||||
Reference in New Issue
Block a user