From 318aa196fad0d77519b91db7311ad241498fb9b4 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Wed, 24 Jan 2024 22:16:01 +0100 Subject: [PATCH] style: fix linting Part-of: --- front/src/App.vue | 2 +- front/tauri/favicon.svg | 2 +- front/tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front/src/App.vue b/front/src/App.vue index 4e4f27b53..6d6ab2649 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -2,7 +2,7 @@ import type { QueueTrack } from '~/composables/audio/queue' import { useIntervalFn, useStyleTag, useToggle, useWindowSize } from '@vueuse/core' -import { computed, nextTick, onMounted, ref, watchEffect, defineAsyncComponent } from 'vue' +import { computed, nextTick, onMounted, watchEffect, defineAsyncComponent } from 'vue' import { useQueue } from '~/composables/audio/queue' import { useStore } from '~/store' diff --git a/front/tauri/favicon.svg b/front/tauri/favicon.svg index 39135c457..85b5aad65 100644 --- a/front/tauri/favicon.svg +++ b/front/tauri/favicon.svg @@ -1,3 +1,3 @@ \ No newline at end of file + .st2{fill:#3C3C3B;} diff --git a/front/tauri/tauri.conf.json b/front/tauri/tauri.conf.json index 128b2a769..8898dd53e 100644 --- a/front/tauri/tauri.conf.json +++ b/front/tauri/tauri.conf.json @@ -65,4 +65,4 @@ } ] } -} \ No newline at end of file +}