We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f15332 commit b2bff27Copy full SHA for b2bff27
resources/js/pages/Error.vue
@@ -1,7 +1,7 @@
1
<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';
+import { computed } from 'vue'
+import { Head as InertiaHead, Link as InertiaLink } from '@inertiajs/vue3'
+import { ArrowLeft } from 'lucide-vue-next'
5
import Container from '@/components/Container.vue'
6
7
const props = defineProps<{
0 commit comments