We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52f3b0 commit 3bf4ab4Copy full SHA for 3bf4ab4
src/mui.tsx
@@ -2,9 +2,8 @@
2
import React, { useMemo } from "react";
3
import type { ReactNode } from "react";
4
import { breakpointValues, breakpointValuesUnit } from "./lib/generatedFromCss/breakpoints";
5
-import { createTheme } from "@mui/material/styles";
6
import type { Theme as MuiTheme } from "@mui/material/styles";
7
-import { ThemeProvider as MuiThemeProvider } from "@mui/material/styles";
+import { createTheme, ThemeProvider as MuiThemeProvider } from "@mui/material/styles";
8
import { getColorDecisions } from "./lib/generatedFromCss/getColorDecisions";
9
import { getColorOptions } from "./lib/generatedFromCss/getColorOptions";
10
import { useIsDark } from "./lib/darkMode";
0 commit comments