Remove unused features from starter kit, #35
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import AppLogoIcon from '@/components/AppLogoIcon.vue';
|
||||
import { home } from '@/routes';
|
||||
import { Link, usePage } from '@inertiajs/vue3';
|
||||
import { usePage } from '@inertiajs/vue3';
|
||||
|
||||
const page = usePage();
|
||||
const name = page.props.name;
|
||||
const quote = page.props.quote;
|
||||
|
||||
defineProps<{
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user