refactor: move routes in dedicated files + improve routes management

This commit is contained in:
Sonny
2024-05-16 17:58:00 +02:00
committed by Sonny
parent 6b5aba6f84
commit 19b96650e9
14 changed files with 163 additions and 39 deletions

View File

@@ -11,6 +11,7 @@
<title inertia>MyLinks</title>
@routes()
@inertiaHead()
@viteReactRefresh()
@vite(['inertia/app/app.tsx', `inertia/pages/${page.component}.tsx`])