Skip to content

Commit

Permalink
remove unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
kakenbok committed Nov 23, 2024
1 parent 88f4e08 commit d8268b6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 70 deletions.
8 changes: 0 additions & 8 deletions src-admin/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ import EditFormButtons from './form/EditFormButtons'
import RemoveButton from './form/RemoveButton'
import RemoveDialog from './form/RemoveDialog'
import HSeparator from './HSeparator'
import ListCard from './list/ListCard'
import ListColumnHeader from './list/ListColumnHeader'
import ListColumnSelector from './list/ListColumnSelector'
import ListContent from './list/ListContent'
import ListMeta from './list/ListMeta'
import ListTitle from './list/ListTitle'
import ListView from './list/ListView'
import ModelCount from './model/ModelCount'
import ModelIcon from './model/ModelIcon'
Expand All @@ -30,11 +26,7 @@ import Start from './Start'
import StickyFooter from './StickyFooter'
import CollapseTransition from './transitions/CollapseTransition'

Vue.component('ListCard', ListCard)
Vue.component('ListColumnHeader', ListColumnHeader)
Vue.component('ListContent', ListContent)
Vue.component('ListMeta', ListMeta)
Vue.component('ListTitle', ListTitle)
Vue.component('ListView', ListView)
Vue.component('ListColumnSelector', ListColumnSelector)

Expand Down
12 changes: 0 additions & 12 deletions src-admin/components/list/ListCard.vue

This file was deleted.

13 changes: 0 additions & 13 deletions src-admin/components/list/ListContent.vue

This file was deleted.

13 changes: 0 additions & 13 deletions src-admin/components/list/ListMeta.vue

This file was deleted.

24 changes: 0 additions & 24 deletions src-admin/components/list/ListTitle.vue

This file was deleted.

0 comments on commit d8268b6

Please sign in to comment.