Add the Subscription table - need to tweak and clean code.

This commit is contained in:
PascalMarchesseault
2024-10-08 23:42:19 -04:00
parent 0c887c0e5e
commit 7e2b0b58b4
2 changed files with 93 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ import ContentPage from "@/views/contents/ContentPage.vue";
import CreatorContent from "@/views/creators/CreatorContent.vue";
import CreatorHome from "@/views/creators/CreatorHome.vue";
import CTA01 from "@/views/CTA01.vue";
import SubscriptionMenu from "@/views/creators/SubscriptionMenu.vue";
const routes = [
@@ -58,6 +59,10 @@ const routes = [
path: 'content',
component: CreatorContent
},
{
path: 'subscription',
component: SubscriptionMenu
},
]
},
{