Skip to content

Commit

Permalink
Updated lib/settings.js import path ↞ [auto-sync from https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 1, 2024
1 parent 7d21f7e commit 0201234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/chrome/extension/popup/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Import LIBS
await import(chrome.runtime.getURL('lib/dom.js'))
await import(chrome.runtime.getURL('lib/settings.mjs'))
await import(chrome.runtime.getURL('lib/settings.js'))

// Import APP data
const { app } = await chrome.storage.sync.get('app')
Expand Down

0 comments on commit 0201234

Please sign in to comment.