From 7966fefa015a1b64665219217b7f08861a2bd933 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Fri, 2 Aug 2024 21:31:22 +0300 Subject: [PATCH] Lint code --- apps/roboshield/src/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";