Skip to content

Commit

Permalink
refactor(fragments): remove unused DatePicker component
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Nov 3, 2022
1 parent 1ec61b7 commit 6a188c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 87 deletions.
4 changes: 0 additions & 4 deletions src/common/prepared-vue.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import DatePicker from '@/fragments/date-picker/DatePicker'
import wrapperTag from '@/fragments/wrapper/wrapper-tag'
import clickOutside from '@/directives/click-outside'
import smartTooltip from '@/directives/smart-tooltip'
Expand Down Expand Up @@ -49,7 +48,6 @@ import {
VTabs,
VDataTable,
VProgressLinear,
VDatePicker,
VChip,
VSwitch,
VAlert,
Expand Down Expand Up @@ -92,7 +90,6 @@ Vue.use(Vuetify, {
VTabs,
VDataTable,
VProgressLinear,
VDatePicker,
VChip,
VSwitch,
VAlert,
Expand Down Expand Up @@ -141,7 +138,6 @@ Vue.directive('smart-tooltip', smartTooltip)
Vue.component('box', box)
Vue.component('app-h-menu', HMenu)
Vue.component('app-v-menu', AppVMenu)
Vue.component('date-picker', DatePicker)
Vue.component('wrapper-tag', wrapperTag)

// add global custom filters
Expand Down
26 changes: 0 additions & 26 deletions src/fragments/date-picker/DatePicker.vue

This file was deleted.

57 changes: 0 additions & 57 deletions src/fragments/date-picker/date-picker.js

This file was deleted.

0 comments on commit 6a188c8

Please sign in to comment.