fix(lint): resolve eslint warnings, type errors and clean unused code

This commit is contained in:
mstfyldz
2026-08-23 01:51:51 +03:00
parent b312bc5593
commit 99951328ed
9 changed files with 31 additions and 81 deletions
+3
View File
@@ -0,0 +1,3 @@
import type tr from '@/dictionaries/tr.json';
export type Dictionary = typeof tr;