Skip to content

Commit b2bff27

Browse files
committed
fix: run eslint
1 parent 1f15332 commit b2bff27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/pages/Error.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
2-
import { computed } from 'vue';
3-
import { Head as InertiaHead, Link as InertiaLink } from '@inertiajs/vue3';
4-
import { ArrowLeft } from 'lucide-vue-next';
2+
import { computed } from 'vue'
3+
import { Head as InertiaHead, Link as InertiaLink } from '@inertiajs/vue3'
4+
import { ArrowLeft } from 'lucide-vue-next'
55
import Container from '@/components/Container.vue'
66
77
const props = defineProps<{

0 commit comments

Comments
 (0)