6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import { Contact } from "@/components/pages/contact";
|
|
|
|
export default function Page() {
|
|
return <Contact />;
|
|
}
|