language Switcher added
This commit is contained in:
10
app/[locale]/faq/page.tsx
Normal file
10
app/[locale]/faq/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { FaqBanner, Togle } from "@/components/pages/faq";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div >
|
||||
<FaqBanner />
|
||||
<Togle />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user