Remove /explorer 'Explorer'

This commit is contained in:
2024-10-06 01:36:32 -04:00
parent 02d5ef4371
commit 34d51f2c85
6 changed files with 3 additions and 759 deletions

View File

@@ -16,7 +16,6 @@ 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 Explorer from "@/views/explorer/explorer.vue";
import {useAuthStore} from "@/stores/authStore.js";
import CreatorLayout from "@/views/creators/CreatorLayout.vue";
@@ -142,12 +141,6 @@ const routes = [
name: 'profile',
component: ProfilePage,
meta: {requiresAuth: true}
},
{
path: '/explorer',
name: 'explorer',
component: Explorer,
}
]