Add bilingual docs center and replace the guide modal
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { I18nProvider } from "@/hooks/useI18n";
|
||||
|
||||
export default function DocsLayout({ children }: { children: React.ReactNode }) {
|
||||
return <I18nProvider>{children}</I18nProvider>;
|
||||
}
|
||||
Reference in New Issue
Block a user