Skip to content

Commit 9e1f726

Browse files
committed
Do not import vuetify styles
1 parent f8d2548 commit 9e1f726

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/PlaceSearch.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
</template>
6666

6767
<script setup>
68-
// eslint-disable-next-line
69-
import 'vuetify/styles';
7068
import { ref, shallowRef, watch } from 'vue';
7169
import { usePlaceSearch } from '../composables/usePlaceSearch.js';
7270
import { objectTypes } from '../constants.js';

0 commit comments

Comments
 (0)