minor refactors

This commit is contained in:
geoffrey45
2022-05-22 19:29:37 +03:00
parent 6a2b87b48c
commit 16857b5053
7 changed files with 11 additions and 52 deletions
+2 -2
View File
@@ -17,12 +17,12 @@
</div>
</template>
<script setup>
<script setup lang="ts">
import Search from "./Search.vue";
import UpNext from "./Queue.vue";
import Main from "./Home/Main.vue";
import useTabStore from "../../stores/tabs";
// import Search from "./Searchh.vue";
const DashBoard = Main;
const tabs = useTabStore();
</script>