6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { ContactContent } from "@/components/contact-content";
|
|
|
|
export default function ContactPage() {
|
|
return <ContactContent />;
|
|
}
|