added storybook

This commit is contained in:
Pedro Cabral
2026-04-21 10:13:07 +02:00
parent 5c04ff57ac
commit 1b5d3f5bdf
2 changed files with 84 additions and 0 deletions

View File

@@ -5,3 +5,7 @@ use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});
Route::get('/storybook', function () {
return view('storybook.index');
})->name('storybook');