mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
bye profile tab
This commit is contained in:
@@ -9,7 +9,6 @@ import GameLog from './../views/GameLog/GameLog.vue';
|
||||
import Moderation from './../views/Moderation/Moderation.vue';
|
||||
import Notification from './../views/Notifications/Notification.vue';
|
||||
import PlayerList from './../views/PlayerList/PlayerList.vue';
|
||||
import Profile from './../views/Profile/Profile.vue';
|
||||
import Search from './../views/Search/Search.vue';
|
||||
import Settings from './../views/Settings/Settings.vue';
|
||||
import Tools from './../views/Tools/Tools.vue';
|
||||
@@ -34,7 +33,6 @@ const routes = [
|
||||
component: Charts
|
||||
},
|
||||
{ path: '/tools', name: 'tools', component: Tools },
|
||||
{ path: '/profile', name: 'profile', component: Profile },
|
||||
{ path: '/settings', name: 'settings', component: Settings }
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user