Files
getgreen.uz/src/app/[locale]/profile/terms/page.tsx
2026-04-15 11:19:45 +00:00

10 lines
171 B
TypeScript

import React from 'react'
import TermsSection from "@/features/profile/ui/terms-section";
const Page = () => {
return (
<TermsSection/>
)
}
export default Page