Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alhernandez25 committed Dec 7, 2024
1 parent 6aead52 commit 0620092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import BaseComponent from './base-component.js'
import EventHandler from './dom/event-handler.js'
import Manipulator from './dom/manipulator.js'
import SelectorEngine from './dom/selector-engine.js'
import Modal from "./modal";
import Modal from "./modal.js"

import {
defineJQueryPlugin,
Expand Down

0 comments on commit 0620092

Please sign in to comment.