mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-25 02:38:22 -05:00
9 lines
280 B
JavaScript
9 lines
280 B
JavaScript
|
import ChipInput from './chip-input.js'
|
||
|
import './custom-checkbox.js'
|
||
|
import './manga-list.js'
|
||
|
import DramaPlayer from './drama-player.js'
|
||
|
import { initialize as initializeSearch } from './search.js'
|
||
|
|
||
|
ChipInput.initialize('.chip-input')
|
||
|
DramaPlayer.initialize()
|
||
|
initializeSearch()
|