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 1211fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 57 deletions.
7 changes: 3 additions & 4 deletions packages/vuetify/dev/vuetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ 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 date from './vuetify/date'
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,
date,
defaults,
icons,
locale,
Expand Down
53 changes: 0 additions & 53 deletions packages/vuetify/src/components/VPicker/VPicker.tsx

This file was deleted.

0 comments on commit 1211fe2

Please sign in to comment.