diff --git a/front/src/components/audio/ChannelsWidget.vue b/front/src/components/audio/ChannelsWidget.vue index 9f118ba84..c971568fa 100644 --- a/front/src/components/audio/ChannelsWidget.vue +++ b/front/src/components/audio/ChannelsWidget.vue @@ -6,6 +6,8 @@ import { clone } from 'lodash-es' import axios from 'axios' +import { FwButton } from '@funkwhale/ui' + import ChannelCard from '~/components/audio/ChannelCard.vue' interface Events { @@ -72,13 +74,14 @@ fetchData()