From 761cbb11a461d96cffac7a80d344d141f896180d Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 14 Jun 2023 22:08:36 +0100 Subject: feat: calculators page --- routes/web.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'routes') diff --git a/routes/web.php b/routes/web.php index 4bdc1c2..ee2327b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -24,3 +24,7 @@ Route::get('/bookmarks', function () { Route::get('/projects', function () { return View::make('pages.projects'); }); + +Route::get('/calculators', function () { + return View::make('pages.calculators'); +}); -- cgit v1.2.3-54-g00ecf