Files
ignum/app/[locale]/contact/page.tsx
nabijonovdavronbek619@gmail.com de2554a2e7 language Switcher added
2026-01-27 17:36:09 +05:00

6 lines
112 B
TypeScript

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