6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import ContactUs from "@/templates/ContactUs";
|
|
|
|
export default function Page() {
|
|
return <ContactUs page="/contact" language="en" />;
|
|
}
|