Skip to content

Commit

Permalink
Import the correct theme provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nathggns committed Mar 11, 2022
1 parent dedb547 commit 924b1bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/dev/src/pages/_app.page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { CacheProvider, EmotionCache, ThemeProvider } from "@emotion/react";
import { CacheProvider, EmotionCache } from "@emotion/react";
import { ThemeProvider } from "@mui/material";
import CssBaseline from "@mui/material/CssBaseline";
import type { AppProps } from "next/app";
import { VFC } from "react";
Expand Down

0 comments on commit 924b1bf

Please sign in to comment.