Skip to content

Commit dae7eb7

Browse files
authored
Update welcome.tsx (#1)
1 parent 03a8f49 commit dae7eb7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/js/pages/welcome.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
import { type SharedData } from '@/types';
2-
import { Head, Link, usePage } from '@inertiajs/react';
1+
import { Head } from '@inertiajs/react';
32

43
export default function Welcome() {
5-
const { auth } = usePage<SharedData>().props;
6-
74
return (
85
<>
96
<Head title="Welcome">

0 commit comments

Comments
 (0)