feat: projects page

This commit is contained in:
Frankie B 2023-06-14 22:07:28 +01:00 committed by Frankie B
commit 4ffec4148a
3 changed files with 158 additions and 0 deletions

View file

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