Skip to content

Commit

Permalink
Removing an unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Feb 11, 2024
1 parent 2ef4bcb commit ea81466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import {
TurndownConfiguration,
} from "./constants";
import MentionNotice from "./components/MentionNotice";
import { Chip, NativeSelect, Paper } from "@mui/material";
import { NativeSelect, Paper } from "@mui/material";
import MouseOverChip from "./components/MouseOverChip";

const ROOT_CONTAINER_ID = "obsidian-web-container";
Expand Down

0 comments on commit ea81466

Please sign in to comment.