Skip to content

Commit 0201234

Browse files
committed
Updated lib/settings.js import path ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent 7d21f7e commit 0201234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/chrome/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// Import LIBS
77
await import(chrome.runtime.getURL('lib/dom.js'))
8-
await import(chrome.runtime.getURL('lib/settings.mjs'))
8+
await import(chrome.runtime.getURL('lib/settings.js'))
99

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

0 commit comments

Comments
 (0)