feat: first shoot on translation
This commit is contained in:
8
src/components/providers/I18nProvider.tsx
Normal file
8
src/components/providers/I18nProvider.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
"use client";
|
||||
|
||||
import { PropsWithChildren, useEffect } from "react";
|
||||
import "@/i18n/i18n";
|
||||
|
||||
export function I18nProvider({ children }: PropsWithChildren) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user