feat: calculators page

This commit is contained in:
Frankie B 2023-06-14 22:08:36 +01:00 committed by Frankie B
commit 761cbb11a4
22 changed files with 114 additions and 0 deletions

View file

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