ultisuite-client/app/contacts/[[...slug]]/page.tsx
R3D347HR4Y 77f99d8d8a hehe
2026-05-19 00:48:20 +02:00

8 lines
175 B
TypeScript

"use client"
import { ContactsAppShell } from "@/components/gmail/contacts-page/contacts-app-shell"
export default function ContactsPage() {
return <ContactsAppShell />
}