|
@@ -772,9 +772,6 @@ import ms from "@/ms";
|
|
import ws from "@/ws";
|
|
import ws from "@/ws";
|
|
import keyboardShortcuts from "@/keyboardShortcuts";
|
|
import keyboardShortcuts from "@/keyboardShortcuts";
|
|
|
|
|
|
-import MainHeader from "@/components/layout/MainHeader.vue";
|
|
|
|
-import MainFooter from "@/components/layout/MainFooter.vue";
|
|
|
|
-
|
|
|
|
import FloatingBox from "@/components/FloatingBox.vue";
|
|
import FloatingBox from "@/components/FloatingBox.vue";
|
|
import AddToPlaylistDropdown from "@/components/AddToPlaylistDropdown.vue";
|
|
import AddToPlaylistDropdown from "@/components/AddToPlaylistDropdown.vue";
|
|
import SongItem from "@/components/SongItem.vue";
|
|
import SongItem from "@/components/SongItem.vue";
|
|
@@ -787,8 +784,6 @@ import StationSidebar from "./Sidebar/index.vue";
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
ContentLoader,
|
|
ContentLoader,
|
|
- MainHeader,
|
|
|
|
- MainFooter,
|
|
|
|
EditPlaylist: defineAsyncComponent(() =>
|
|
EditPlaylist: defineAsyncComponent(() =>
|
|
import("@/components/modals/EditPlaylist")
|
|
import("@/components/modals/EditPlaylist")
|
|
),
|
|
),
|