9 lines
158 B
TypeScript

import React from "react";
import Contact from "@/components/setions/contact";
function ContactPage() {
return <Contact />;
}
export default ContactPage;