Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Mar 10, 2023
1 parent dfbefa1 commit 35f950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MacroGUIs/UserScriptSettingsModal.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { App, Modal, Setting, TextAreaComponent, TextComponent } from "obsidian";
import { App, Modal, Setting, TextAreaComponent } from "obsidian";
import type { IUserScript } from "../../types/macros/IUserScript";
import QuickAdd from "../../main";
import { FormatDisplayFormatter } from "../../formatters/formatDisplayFormatter";
Expand Down

1 comment on commit 35f950e

@vercel
Copy link

@vercel vercel bot commented on 35f950e Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quickadd – ./

quickadd.obsidian.guide
quickadd-chrisbbh.vercel.app
quickadd-git-master-chrisbbh.vercel.app

Please sign in to comment.