From a02cbfb495ba2a270c4525becb34791397601b7d 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/web.php') 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