#9 - headless ui, heroicons and some webpack stuff

This commit is contained in:
Adrian Hopek
2022-01-11 10:26:29 +01:00
parent 895f04e8d4
commit 458af733f8
11 changed files with 592 additions and 18 deletions

View File

@@ -4,4 +4,4 @@ declare(strict_types=1);
use Illuminate\Support\Facades\Route;
Route::get("/", fn() => inertia("Welcome"));
Route::get("/", fn() => inertia("Dashboard"));