Merged PR 137: ContentEditor into main
This commit is contained in:
@@ -16,8 +16,8 @@ import Wallet from '../views/main/Wallet.vue'
|
||||
import ProfilePage from '@/views/profile/ProfilePage.vue'
|
||||
import CreatorList from '@/views/browser/CreatorList.vue'
|
||||
import PostContent from "@/views/contents/PostContent.vue";
|
||||
import ContentEditorPage from "@/views/contents/ContentEditorPage.vue";
|
||||
import {useAuthStore} from "@/stores/authStore.js";
|
||||
|
||||
import CreatorLayout from "@/views/creators/CreatorLayout.vue";
|
||||
import ContentPage from "@/views/contents/ContentPage.vue";
|
||||
import CreatorContent from "@/views/creators/CreatorContent.vue";
|
||||
@@ -27,7 +27,6 @@ import SubscriptionMenu from "@/views/creators/SubscriptionMenu.vue";
|
||||
import Utilitylinks from "@/views/documentation/utilitylinks.vue";
|
||||
import ExclusiveContentCard from "@/views/creators/ExclusiveContentCard.vue";
|
||||
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/cta01',
|
||||
@@ -45,6 +44,10 @@ const routes = [
|
||||
path: '/browse',
|
||||
component: CreatorList
|
||||
},
|
||||
{
|
||||
path: '/content/editor',
|
||||
component: ContentEditorPage
|
||||
},
|
||||
{
|
||||
path: '/content/:contentId',
|
||||
component: ContentPage
|
||||
|
||||
Reference in New Issue
Block a user