Skip to content

Commit

Permalink
chore: remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Nov 27, 2023
1 parent c25629d commit e1a5d23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
4 changes: 0 additions & 4 deletions packages/vuetify/dev/vuetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ import 'vuetify/src/styles/main.sass'

import { createVuetify } from 'vuetify/src/framework'
import * as directives from 'vuetify/src/directives'
import { VuetifyDateAdapter } from 'vuetify/src/composables/date/adapters/vuetify'
import defaults from './vuetify/defaults'
import icons from './vuetify/icons'
import locale from './vuetify/locale'

export default createVuetify({
date: {
adapter: VuetifyDateAdapter,
},
directives,
ssr: !!process.env.VITE_SSR,
defaults,
Expand Down
53 changes: 0 additions & 53 deletions packages/vuetify/src/components/VPicker/VPicker.tsx

This file was deleted.

0 comments on commit e1a5d23

Please sign in to comment.