Add run management screen to admin panel
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,7 @@ const navItems = [
|
||||
{ to: '/admin/games', label: 'Games' },
|
||||
{ to: '/admin/pokemon', label: 'Pokemon' },
|
||||
{ to: '/admin/evolutions', label: 'Evolutions' },
|
||||
{ to: '/admin/runs', label: 'Runs' },
|
||||
]
|
||||
|
||||
export function AdminLayout() {
|
||||
|
||||
Reference in New Issue
Block a user