Skip to content

Commit

Permalink
Merge branch '08-Book-Page' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Patterson authored Dec 9, 2020
2 parents 7432d3d + c0ae9f6 commit d5a6a39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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";
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';

import MenuAppBar from "../components/MenuAppBar";
import theme from "../themes/theme";
Expand Down

0 comments on commit d5a6a39

Please sign in to comment.