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