Skip to content

Commit

Permalink
Tidy up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-DallOsto committed Aug 19, 2024
1 parent 45f396b commit a630d90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/cita/zoteroOverlay.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Wikicite, { debug } from "./wikicite";
import Wikicite from "./wikicite";
import Citations from "./citations";
import CitationsBoxContainer from "../containers/citationsBoxContainer";
import Crossref from "./crossref";
Expand Down
1 change: 0 additions & 1 deletion zotero-plugin.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default defineConfig({
"src/dialogs/editor/index.tsx",
"src/dialogs/identifier-importer/index.tsx",
"src/dialogs/citation-importer/index.tsx",
// "src/dialogs/preferences/index.tsx",
"src/dialogs/selector/index.tsx",
],
define: {
Expand Down

0 comments on commit a630d90

Please sign in to comment.