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 03a8f49 commit dae7eb7Copy full SHA for dae7eb7
resources/js/pages/welcome.tsx
@@ -1,9 +1,6 @@
1
-import { type SharedData } from '@/types';
2
-import { Head, Link, usePage } from '@inertiajs/react';
+import { Head } from '@inertiajs/react';
3
4
export default function Welcome() {
5
- const { auth } = usePage<SharedData>().props;
6
-
7
return (
8
<>
9
<Head title="Welcome">
0 commit comments