mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
build version 400
This commit is contained in:
29
resources/assets/js/components/theme/index.js
Normal file
29
resources/assets/js/components/theme/index.js
Normal file
@ -0,0 +1,29 @@
|
||||
import SwModal from './SwModal'
|
||||
import SwInput from './SwInput'
|
||||
import SwTable from './SwTable'
|
||||
import SwButton from './SwButton'
|
||||
import SwDropdown from './SwDropdown'
|
||||
import SwCard from './SwCard'
|
||||
import SwList from './SwList'
|
||||
import SwWizard from './SwWizard'
|
||||
import SwTextarea from './SwTextarea'
|
||||
import SwPopup from './SwPopup'
|
||||
import SwBadge from './SwBadge'
|
||||
import SwFilterWrapper from './SwFilterWrapper'
|
||||
import SwSwitch from './SwSwitch'
|
||||
|
||||
export default {
|
||||
SwModal,
|
||||
SwInput,
|
||||
SwTable,
|
||||
SwButton,
|
||||
SwCard,
|
||||
SwList,
|
||||
SwWizard,
|
||||
SwTextarea,
|
||||
SwPopup,
|
||||
SwDropdown,
|
||||
SwBadge,
|
||||
SwFilterWrapper,
|
||||
SwSwitch,
|
||||
}
|
||||
Reference in New Issue
Block a user