#9 - set up inertia and tailwind
This commit is contained in:
@@ -4,4 +4,4 @@ declare(strict_types=1);
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get("/", fn() => view("welcome"));
|
||||
Route::get("/", fn() => inertia("Welcome"));
|
||||
|
Reference in New Issue
Block a user