Fix AG, Kiro, Xiaomi Provider

This commit is contained in:
decolua
2026-06-18 14:58:00 +07:00
parent 9ab14e7714
commit 3f9382dee4
7 changed files with 149 additions and 8 deletions
+2
View File
@@ -1,4 +1,5 @@
import { Inter } from "next/font/google";
import { GoogleAnalytics } from "@next/third-parties/google";
import "material-symbols/outlined.css";
import "./globals.css";
import { ThemeProvider } from "@/shared/components/ThemeProvider";
@@ -43,6 +44,7 @@ export default function RootLayout({ children }) {
{children}
</RuntimeI18nProvider>
</ThemeProvider>
{gaId && <GoogleAnalytics gaId={"G-LC959F603F"} />}
</body>
</html>
);