nettoyage des photos et de certains fihciers .vue non utilisé
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import ProjectRoadmap from '@/views/main/ProjectRoadmap.vue'
|
||||
import About from '@/views/tos/About.vue'
|
||||
import AmbassadorProgram from '@/views/tos/AmbassadorProgram.vue'
|
||||
import AntiExploitation from '@/views/tos/AntiExploitation.vue'
|
||||
import ConditionsOfUse from '@/views/tos/ConditionsOfUse.vue'
|
||||
import ContentPolicy from '@/views/tos/ContentPolicy.vue'
|
||||
import FAQ from '@/views/tos/FAQ.vue'
|
||||
import GuideForCreators from '@/views/tos/GuideForCreators.vue'
|
||||
@@ -50,11 +46,6 @@ const router = createRouter({
|
||||
name: 'login',
|
||||
component: LoginView
|
||||
},
|
||||
{
|
||||
path: '/roadmap',
|
||||
name: 'roadmap',
|
||||
component: ProjectRoadmap
|
||||
},
|
||||
{
|
||||
path: '/home',
|
||||
name: 'home',
|
||||
@@ -75,28 +66,11 @@ const router = createRouter({
|
||||
name: 'contentpolicy',
|
||||
component: ContentPolicy
|
||||
},
|
||||
{
|
||||
path: '/ambassadorprogram',
|
||||
name: 'ambassadorprogram',
|
||||
component: AmbassadorProgram
|
||||
},
|
||||
{
|
||||
path: '/conditionofuse',
|
||||
name: 'conditionofuse',
|
||||
component: ConditionsOfUse
|
||||
},
|
||||
{
|
||||
path: '/antiexploitation',
|
||||
name: 'antiexploitation',
|
||||
component: AntiExploitation
|
||||
},
|
||||
|
||||
{
|
||||
path: '/faq',
|
||||
name: 'FAQ',
|
||||
component: FAQ
|
||||
},
|
||||
|
||||
{
|
||||
path: '/guideforcreators',
|
||||
name: 'guideforcreators',
|
||||
|
||||
Reference in New Issue
Block a user