Skip to content

Commit

Permalink
Remove now unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmetzen committed Dec 28, 2024
1 parent 5213095 commit 7364f8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/module.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const {ApplicationV2, HandlebarsApplicationMixin} = foundry.applications.api;

import {localize, MODULE_ID, MODULE_ICON_CLASSES, TEMPLATE_PARTS_PATH} from "./config.mjs";
import {log} from "./helpers/log.mjs";
import {getSetting, registerSettings} from "./settings.mjs";
import {registerHandlebarsHelpers} from "./helpers/handlebars-helpers.mjs";

Expand Down
1 change: 0 additions & 1 deletion scripts/settings.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { MODULE_ID } from "./config.mjs";
import { log } from "./helpers/log.mjs";

export function registerSettings() {
registerSetting('showNotificationForNewWhisper', {
Expand Down

0 comments on commit 7364f8d

Please sign in to comment.