This commit is contained in:
Benjamin Takats
2023-01-14 21:48:41 +01:00
parent 60bd2f4955
commit 0384594ddf
9 changed files with 125 additions and 77 deletions

View File

@@ -61,6 +61,9 @@ Route::middleware([])
Route::get('/book-case/{bookCase}', \App\Http\Livewire\BookCase\CommentBookCase::class)
->name('comment.bookcase');
Route::get('/high-score-table', \App\Http\Livewire\BookCase\HighscoreTable::class)
->name('highScoreTable');
});
/*