Skip to content

Commit

Permalink
remove home playing widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Oct 12, 2024
1 parent 285245d commit bd4e36b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 105 deletions.
103 changes: 0 additions & 103 deletions src/components/HomeCurrentlyPlayingRow.vue

This file was deleted.

2 changes: 0 additions & 2 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<Container variant="panel">
<Suspense>
<div>
<HomeCurrentlyPlayingRow />
<HomeWidgetRows />
</div>
<template #fallback><v-progress-circular indeterminate /> </template>
Expand All @@ -34,7 +33,6 @@
import Container from "@/components/mods/Container.vue";
import HomeWidgetRows from "@/components/HomeWidgetRows.vue";
import Toolbar from "@/components/Toolbar.vue";
import HomeCurrentlyPlayingRow from "@/components/HomeCurrentlyPlayingRow.vue";
import { ref, watch } from "vue";
import { store } from "@/plugins/store";
import api from "@/plugins/api";
Expand Down

0 comments on commit bd4e36b

Please sign in to comment.