Files
ignum/app/[locale]/contact/page.tsx
nabijonovdavronbek619@gmail.com d03a340afb updated compoennt file structure
2026-03-09 13:03:17 +05:00

6 lines
112 B
TypeScript

import { Contact } from "@/components/pages/contact";
export default function Page() {
return <Contact />;
}