Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Aug 2, 2024
1 parent b15ac79 commit 7966fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/roboshield/src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 7966fef

Please sign in to comment.