First pass on bot management page

This commit is contained in:
Benjamin Sherriff
2023-10-08 00:18:39 -04:00
parent 0ec6264bfa
commit 1035d3bc21
8 changed files with 233 additions and 4 deletions

View File

@@ -32,6 +32,10 @@ const headerItems = [
{
name: 'Spells',
link: '/spells'
},
{
name: 'Management',
link: '/management'
}
];