Skip to content

Commit

Permalink
removed unused imports from add.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 20, 2022
1 parent 74be537 commit dac68bc
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions src/settings/add.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
import { ImageItem, nanoid, TextItem, TypeNames } from "src/data/constants";
import type {
StatblockItemType,
GroupItem,
HeadingItem,
StatblockItem,
InlineItem,
PropertyItem,
SavesItem,
TraitsItem,
SpellsItem,
TableItem,
SubHeadingItem,
StatblockItemMap
} from "src/data/constants";
import { nanoid, TypeNames } from "src/data/constants";
import type { StatblockItem, StatblockItemMap } from "src/data/constants";
import type StatBlockPlugin from "src/main";
import { Menu } from "obsidian";

Expand Down

0 comments on commit dac68bc

Please sign in to comment.