mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 11:13:49 +02:00
feat: add hot worlds
This commit is contained in:
@@ -35,6 +35,9 @@ export const panelComponentMap = {
|
||||
'charts-mutual': defineAsyncComponent(
|
||||
() => import('../../Charts/components/MutualFriends.vue')
|
||||
),
|
||||
'charts-hot-worlds': defineAsyncComponent(
|
||||
() => import('../../Charts/components/HotWorlds.vue')
|
||||
),
|
||||
tools: Tools,
|
||||
'widget:feed': defineAsyncComponent(
|
||||
() => import('../widgets/FeedWidget.vue')
|
||||
|
||||
Reference in New Issue
Block a user