fix(workshop): im a dumbass

This commit is contained in:
neoapps-dev
2026-04-11 20:58:34 +03:00
parent 84c9296b51
commit 12fdcf0335
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@ import { TauriService } from '../../services/TauriService';
const REGISTRY_URL = 'https://raw.githubusercontent.com/LCE-Hub/LCE-Workshop/refs/heads/main/registry.json';
const RAW_BASE = 'https://raw.githubusercontent.com/LCE-Hub/LCE-Workshop/refs/heads/main';
const CATEGORY_TABS = ['Skin', 'Texture', 'World', 'Mod', 'DLC'] as const;
const ALL_TABS = [...CATEGORY_TABS, 'Search'] as const;
type TabType = typeof ALL_TABS[number];