Skip to content

Commit 283bacc

Browse files
committed
Added missing import
1 parent 9094e94 commit 283bacc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/layouts/auth/auth-card-layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import AppLogoIcon from '@/components/app-logo-icon';
22
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card';
3+
import { Link } from '@inertiajs/react';
34

45
export default function AuthCardLayout({
56
children,

0 commit comments

Comments
 (0)