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 844bd8d commit 4b72d85Copy full SHA for 4b72d85
src/mui.tsx
@@ -3,7 +3,7 @@
3
/* eslint-disable @typescript-eslint/no-non-null-assertion */
4
import React, { useMemo } from "react";
5
import type { ReactNode } from "react";
6
-import { breakpointValues, breakpointValuesUnit } from "./fr/generatedFromCss/breakpoints";
+import { breakpointValues } from "./fr/generatedFromCss/breakpoints";
7
import type { Theme as MuiTheme, ThemeOptions } from "@mui/material/styles";
8
import { createTheme, ThemeProvider as MuiThemeProvider } from "@mui/material/styles";
9
import { getColors } from "./fr/colors";
0 commit comments