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 ad61763 commit 6e16aaaCopy full SHA for 6e16aaa
site/src/components/Popover/Popover.tsx
@@ -1,5 +1,6 @@
1
import MuiPopover, {
2
type PopoverProps as MuiPopoverProps,
3
+ // biome-ignore lint/nursery/noRestrictedImports: This is the base component that our custom popover is based on
4
} from "@mui/material/Popover";
5
import {
6
type FC,
site/src/theme/index.ts
@@ -1,3 +1,4 @@
+// biome-ignore lint/nursery/noRestrictedImports: Have to use MUI styles as base
import type { Theme as MuiTheme } from "@mui/material/styles";
import type * as monaco from "monaco-editor";
import type { Branding } from "./branding";
0 commit comments