Skip to content

Commit

Permalink
Fix missing font imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Koech authored and Kevin Koech committed Jan 30, 2025
1 parent 4178694 commit ced7006
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/promisetracker/src/pages/_app.page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-env browser */
import { CssBaseline } from "@mui/material";
import { StyledEngineProvider } from "@mui/material/styles";
import { ThemeProvider } from "@mui/styles";
import { StyledEngineProvider, ThemeProvider } from "@mui/material/styles";
import { SessionProvider } from "next-auth/react";
import { DefaultSeo } from "next-seo";
import PropTypes from "prop-types";
Expand Down

0 comments on commit ced7006

Please sign in to comment.