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