Skip to content

Commit

Permalink
fix: import missing .js extension (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrani authored Sep 24, 2023
1 parent 6d07b91 commit 56835ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/listeners/action-listeners.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Listeners from './listeners'
import Listeners from './listeners.js'

export default class ActionListeners extends Listeners {
constructor() {
Expand Down

0 comments on commit 56835ab

Please sign in to comment.