Created the Terms and Conditions page
This commit is contained in:
5
src/app/ar/terms/page.tsx
Normal file
5
src/app/ar/terms/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import Terms from "@/templates/Terms";
|
||||
|
||||
export default function Page() {
|
||||
return <Terms language="ar" />;
|
||||
}
|
||||
Reference in New Issue
Block a user