Cleanup profile

This commit is contained in:
2025-02-08 09:49:52 -05:00
parent 22b0f23a07
commit d1d73181f5
9 changed files with 326 additions and 585 deletions

View File

@@ -31,10 +31,10 @@ const routes = [
{
path: '/@:creator',
component: CreatorLayout,
name: 'creator',
children: [
{
path: '',
name: 'creator',
component: CreatorHome,
}
],