diff --git a/src/components/sidebar/PlayerList.vue b/src/components/sidebar/PlayerList.vue index ac2f5f9..2121a05 100644 --- a/src/components/sidebar/PlayerList.vue +++ b/src/components/sidebar/PlayerList.vue @@ -18,10 +18,10 @@ @@ -31,9 +31,11 @@ import PlayerListItem from "./PlayerListItem.vue"; import {defineComponent} from "@vue/runtime-core"; import {useStore} from "@/store"; import CollapsibleSection from "@/components/sidebar/CollapsibleSection.vue"; +import RadioList from "@/components/util/RadioList.vue"; export default defineComponent({ components: { + RadioList, CollapsibleSection, PlayerListItem }, diff --git a/src/components/sidebar/PlayerListItem.vue b/src/components/sidebar/PlayerListItem.vue index bfe511d..8ddddf1 100644 --- a/src/components/sidebar/PlayerListItem.vue +++ b/src/components/sidebar/PlayerListItem.vue @@ -15,13 +15,14 @@ -->