feat: add forms page and routing

This commit is contained in:
Ayobami
2025-07-03 23:06:24 +01:00
parent fb79e0ef12
commit b4a7a56200
31 changed files with 607 additions and 0 deletions
+6
View File
@@ -11,4 +11,10 @@ export const navItems = [
path: '/people',
icon: 'people',
},
{
id: 4,
title: 'Forms',
path: '/form',
icon: 'projects',
},
];