Skip to content

Commit

Permalink
Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed Jan 19, 2025
1 parent c9ed68e commit fbb13aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/main_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { ScalesPanel } from "./views/panels/scales_panel";
import { strings } from "../strings";
import { FluentUIToolbar } from "./views/fluentui_tool_bar";
import { MainReactContext } from "./context_component";
import { FluentProvider, teamsDarkTheme, teamsLightTheme, Theme, tokens } from "@fluentui/react-components";
import { FluentProvider, Theme, tokens } from "@fluentui/react-components";
import { ConstraintsPanel } from "./views/panels/constraints_panel";
import { Color } from "../core";

Expand Down
2 changes: 1 addition & 1 deletion src/app/views/menubar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { PositionsLeftRight, UndoRedoLocation } from "../main_view";
import { getConfig } from "../config";
import { EditorType } from "../stores/app_store";
import { DeleteDialog } from "./panels/delete_dialog";
import { Checkbox, Label, Switch, tokens } from "@fluentui/react-components";
import { Label, Switch, tokens } from "@fluentui/react-components";

declare let CHARTICULATOR_PACKAGE: {
version: string;
Expand Down

0 comments on commit fbb13aa

Please # to comment.