Skip to content

Commit

Permalink
Fix imports for javascript deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedolph committed May 27, 2024
1 parent 42c1efb commit 14ea2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions frontend/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict'
import { twitch, extensionUri } from './globals.js'
import htmx from 'htmx'
import Sortable from 'Sortable'
/* global htmx:readonly, Sortable:readonly */

let authorization

Expand Down
2 changes: 1 addition & 1 deletion frontend/panel.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'
import { twitch, extensionUri } from './globals.js'
import htmx from 'htmx'
/* global htmx:readonly */

let authorization

Expand Down

0 comments on commit 14ea2ab

Please sign in to comment.