mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-23 04:09:49 +00:00
Fix AG, Kiro, Xiaomi Provider
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user