This commit is contained in:
ct
2025-06-08 04:39:38 +08:00
parent 862a6bb19e
commit 8d6e86ebb3
40 changed files with 838 additions and 1601 deletions

View File

@@ -2,7 +2,6 @@
namespace App\Http\Controllers;
use App;
use Inertia\Inertia;
class FrontHomeController extends Controller
@@ -10,7 +9,6 @@ class FrontHomeController extends Controller
public function index()
{
return Inertia::render('home/home');
}
}