AzuraCast/frontend/vue/pages/Stations/Reports/SoundExchange.js

6 lines
223 B
JavaScript

import SoundExchange from '~/components/Stations/Reports/SoundExchange.vue';
import initApp from "~/layout";
import useStationPanelLayout from "~/layouts/StationPanelLayout";
initApp(useStationPanelLayout(SoundExchange));