This commit is contained in:
2024-10-22 16:40:50 -04:00
parent 18e0b5ad03
commit 14c97c35dc
13 changed files with 141 additions and 1219 deletions

View File

@@ -8,9 +8,6 @@ import HelpAndContact from '@/views/documentation/HelpAndContact.vue'
import TermsAndConditions from '@/views/documentation/TermsAndConditions.vue'
import LoginView from '../views/LoginView.vue'
import PaymentCompleted from '../views/PayementCompleted.vue'
import SignupView from '../views/SignupView.vue'
import Join from '../views/main/Join.vue'
import Register from '../views/main/Register.vue'
import Home from '../views/main/Home.vue'
import Wallet from '../views/main/Wallet.vue'
import ProfilePage from '@/views/profile/ProfilePage.vue'
@@ -118,22 +115,6 @@ const routes = [
path: '/content/post',
component: PostContent,
},
{
path: '/join',
name: 'join',
component: Join
},
{
path: '/register',
name: 'register',
component: Register
},
{
path: '/signup',
name: 'signup',
component: SignupView
},
{
path: '/login',
name: 'login',