chore(ui): Remove unnecessary eslint rule disables (#1422)

cleanup(ui): Remove unnecessary eslint rule disables
This commit is contained in:
PythonGermany
2025-12-16 22:03:24 +01:00
committed by GitHub
parent 47bc78dc25
commit 239d1f5118
12 changed files with 0 additions and 12 deletions

View File

@@ -54,7 +54,6 @@
<script setup>
/* eslint-disable no-undef */
import { ref, onMounted, onUnmounted } from 'vue'
import { Sun, Moon, RefreshCw } from 'lucide-vue-next'