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.
1 parent d186e3e commit 0f54d5bCopy full SHA for 0f54d5b
pages/_app.tsx
@@ -1,7 +1,7 @@
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, { Container } from 'next/app';
+import App from 'next/app';
5
import Head from 'next/head';
6
import React from 'react';
7
0 commit comments