This commit is contained in:
ct
2025-07-15 05:11:25 +08:00
parent b7e5f42f7a
commit 8b29b6d6b3
12 changed files with 132 additions and 175 deletions

View File

@@ -24,7 +24,7 @@ public function index()
];
});
return Inertia::render('home', [
return Inertia::render('home/home', [
'stats' => $stats,
]);
}