Added dashboard
This commit is contained in:
5
latosa-frontend/app/(main)/contact/page.tsx
Normal file
5
latosa-frontend/app/(main)/contact/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import Contact from "@/components/contact";
|
||||
|
||||
export default function ContactPage() {
|
||||
return <Contact />;
|
||||
}
|
||||
Reference in New Issue
Block a user