Skip to content

Commit 1cd83f2

Browse files
committed
Fix busted lint change
1 parent 8084f0d commit 1cd83f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react"
22
import CssBaseline from "@material-ui/core/CssBaseline"
3-
import makeStyles from "@material-ui/core/styles"
3+
import { makeStyles } from "@material-ui/core/styles"
44
import ThemeProvider from "@material-ui/styles/ThemeProvider"
55

66
import { dark } from "../theme"

0 commit comments

Comments
 (0)