feat: add forms page and routing
This commit is contained in:
@@ -11,4 +11,10 @@ export const navItems = [
|
||||
path: '/people',
|
||||
icon: 'people',
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: 'Forms',
|
||||
path: '/form',
|
||||
icon: 'projects',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user