contact page
This commit is contained in:
6
app/contact/page.tsx
Normal file
6
app/contact/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Contact } from "@/components/pages/contact";
|
||||
import React from "react";
|
||||
|
||||
export default function Page() {
|
||||
return <Contact />;
|
||||
}
|
||||
Reference in New Issue
Block a user