feat: Implement content planning and post management with a new service and calendar view.
This commit is contained in:
@@ -57,6 +57,11 @@ const router = createRouter({
|
||||
name: 'flexible',
|
||||
component: () => import('../views/FlexibleGenerationView.vue')
|
||||
},
|
||||
{
|
||||
path: '/content-plan',
|
||||
name: 'content-plan',
|
||||
component: () => import('../views/ContentPlanView.vue')
|
||||
},
|
||||
{
|
||||
path: '/albums',
|
||||
name: 'albums',
|
||||
|
||||
Reference in New Issue
Block a user