Skip to content

Commit

Permalink
Fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylinski committed Apr 13, 2021
1 parent 38bea5e commit b46413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/background/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Options from './../../modules/Options.js';
import Kodi from '../../modules/Kodi.js';
import Kodi from './../../modules/Kodi.js';
import { getBrowser, getBrowserInfo } from './../../modules/utils/browser.js';

const RECONNECT_TIMEOUT = 10000; // milliseconds
Expand Down

0 comments on commit b46413c

Please sign in to comment.