faq, privacy-policy and about page complated

This commit is contained in:
Samandar Turgunboyev
2025-12-16 11:38:11 +05:00
parent bf57288b21
commit 9ebeebac44
26 changed files with 1817 additions and 335 deletions

View File

@@ -0,0 +1,11 @@
import Faq from '@/features/faq/ui/Faq';
const page = () => {
return (
<div>
<Faq />
</div>
);
};
export default page;