Current section

Files

Jump to
moon assets js hooks index.js
Raw

assets/js/hooks/index.js

import Animation from './animation'
import Datepicker from './datepicker'
import Bottomsheet from './bottom_sheet'
import Combobox from './combobox'
import Authcode from './auth_code'
export default {
Animation,
Datepicker,
Bottomsheet,
Combobox,
Authcode
}