Files
poyraz-portfolio/app/contact/page.tsx
T

6 lines
135 B
TypeScript

import { ContactContent } from "@/components/contact-content";
export default function ContactPage() {
return <ContactContent />;
}