#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

@@ -14,6 +14,6 @@ class InertiaTest extends TestCase
$response = $this->get("/");
$response->assertOk();
$response->assertInertia(fn(Assert $page) => $page->component("Welcome"));
$response->assertInertia(fn(Assert $page) => $page->component("Dashboard"));
}
}