mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
feat: create formlayout and create collection form
This commit is contained in:
9
inertia/pages/app.tsx
Normal file
9
inertia/pages/app.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Link } from '@inertiajs/react';
|
||||
|
||||
export default function AppPage() {
|
||||
return (
|
||||
<div>
|
||||
<Link href="/collections/create">Add collection</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user