/*
 * MyTh Ahmed Faiz Copyright © 2016-2024 All rights reserved.
 * Email: mythpe@gmail.com
 * Mobile: +966590470092
 * Website: https://www.4myth.com
 * Github: https://github.com/mythpe
 */
import _ from 'lodash'
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import inflection from 'lodash-inflection'

_.mixin(inflection)

export * from './components'
export * from './composables'
export * from './utils'
export * from './vue3'

export default {}
