diff --git a/apps/roboshield/src/pages/_app.tsx b/apps/roboshield/src/pages/_app.tsx index e476fbb06..b89c46df6 100644 --- a/apps/roboshield/src/pages/_app.tsx +++ b/apps/roboshield/src/pages/_app.tsx @@ -1,5 +1,5 @@ import { CssBaseline, ThemeProvider } from "@mui/material"; -import { GoogleAnalytics } from '@next/third-parties/google' +import { GoogleAnalytics } from "@next/third-parties/google"; import type { AppProps } from "next/app"; import Head from "next/head"; import { ReactNode } from "react";