Skip to content

Commit 0f54d5b

Browse files
Update _app.tsx
Also moved container import after removing that component. As per original commit note.
1 parent d186e3e commit 0f54d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import CssBaseline from '@material-ui/core/CssBaseline';
22
import Grid from '@material-ui/core/Grid';
33
import { ThemeProvider } from '@material-ui/styles';
4-
import App, { Container } from 'next/app';
4+
import App from 'next/app';
55
import Head from 'next/head';
66
import React from 'react';
77

0 commit comments

Comments
 (0)