feat: computers page

This commit is contained in:
Frankie B 2023-06-14 22:10:24 +01:00 committed by Frankie B
commit 160c8a5d50
2 changed files with 327 additions and 0 deletions

View file

@ -28,3 +28,7 @@
Route::get('/calculators', function () {
return View::make('pages.calculators');
});
Route::get('/computers', function () {
return View::make('pages.computers');
});