We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7432d3d + c0ae9f6 commit d5a6a39Copy full SHA for d5a6a39
pages/_app.tsx
@@ -1,9 +1,9 @@
1
-import CssBaseline from "@material-ui/core/CssBaseline";
2
-import Grid from "@material-ui/core/Grid";
3
-import { ThemeProvider } from "@material-ui/styles";
4
-import App from "next/app";
5
-import Head from "next/head";
6
-import React from "react";
+import CssBaseline from '@material-ui/core/CssBaseline';
+import Grid from '@material-ui/core/Grid';
+import { ThemeProvider } from '@material-ui/styles';
+import App from 'next/app';
+import Head from 'next/head';
+import React from 'react';
7
8
import MenuAppBar from "../components/MenuAppBar";
9
import theme from "../themes/theme";
0 commit comments