Client - add Sport administration
This commit is contained in:
@ -2,6 +2,7 @@ import { createRouter, createWebHistory, RouteRecordRaw } from 'vue-router'
|
||||
|
||||
import AdminApplication from '@/components/Administration/AdminApplication.vue'
|
||||
import AdminMenu from '@/components/Administration/AdminMenu.vue'
|
||||
import AdminSports from '@/components/Administration/AdminSports.vue'
|
||||
import Profile from '@/components/User/ProfileDisplay/index.vue'
|
||||
import UserInfos from '@/components/User/ProfileDisplay/UserInfos.vue'
|
||||
import UserPreferences from '@/components/User/ProfileDisplay/UserPreferences.vue'
|
||||
@ -186,6 +187,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: AdminApplication,
|
||||
props: { edition: true },
|
||||
},
|
||||
{
|
||||
path: 'sports',
|
||||
name: 'SportsAdministration',
|
||||
component: AdminSports,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user