Skip to content

Commit d5a6a39

Browse files
author
Alex Patterson
authored
Merge branch '08-Book-Page' into master
2 parents 7432d3d + c0ae9f6 commit d5a6a39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/_app.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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";
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';
77

88
import MenuAppBar from "../components/MenuAppBar";
99
import theme from "../themes/theme";

0 commit comments

Comments
 (0)