feat: computers page
This commit is contained in:
parent
761cbb11a4
commit
160c8a5d50
2 changed files with 327 additions and 0 deletions
|
@ -28,3 +28,7 @@
|
|||
Route::get('/calculators', function () {
|
||||
return View::make('pages.calculators');
|
||||
});
|
||||
|
||||
Route::get('/computers', function () {
|
||||
return View::make('pages.computers');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue