aboutsummaryrefslogtreecommitdiff
path: root/src/pages/_app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/_app.tsx')
-rw-r--r--src/pages/_app.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 191f276..a64a418 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -1,6 +1,6 @@
-import "../styles/globals.css";
+import '../styles/globals.css';
import logo from '../../public/eug-vs.png';
-import type { AppProps } from "next/app";
+import type { AppProps } from 'next/app';
import Image from 'next/future/image';
function MyApp({ Component, pageProps }: AppProps) {