mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-08 21:44:32 +02:00
Remove Breadcrumb vue component
This commit is contained in:
4
resources/js/components/index.js
vendored
4
resources/js/components/index.js
vendored
@ -10,7 +10,6 @@ import FormCheckbox from './FormCheckbox'
|
||||
import FormButtons from './FormButtons'
|
||||
import VueFooter from './Footer'
|
||||
import Kicker from './Kicker'
|
||||
import Breadcrumb from './Breadcrumb'
|
||||
|
||||
// Components that are registered globaly.
|
||||
[
|
||||
@ -24,8 +23,7 @@ import Breadcrumb from './Breadcrumb'
|
||||
FormCheckbox,
|
||||
FormButtons,
|
||||
VueFooter,
|
||||
Kicker,
|
||||
Breadcrumb
|
||||
Kicker
|
||||
].forEach(Component => {
|
||||
Vue.component(Component.name, Component)
|
||||
})
|
||||
|
Reference in New Issue
Block a user