Skip to content

Commit 6e16aaa

Browse files
committed
fix: add biome-ignore comments to more base files
1 parent ad61763 commit 6e16aaa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

site/src/components/Popover/Popover.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import MuiPopover, {
22
type PopoverProps as MuiPopoverProps,
3+
// biome-ignore lint/nursery/noRestrictedImports: This is the base component that our custom popover is based on
34
} from "@mui/material/Popover";
45
import {
56
type FC,

site/src/theme/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// biome-ignore lint/nursery/noRestrictedImports: Have to use MUI styles as base
12
import type { Theme as MuiTheme } from "@mui/material/styles";
23
import type * as monaco from "monaco-editor";
34
import type { Branding } from "./branding";

0 commit comments

Comments
 (0)