fix: unused import

This commit is contained in:
neoapps-dev
2026-09-19 12:30:19 +03:00
parent 3edd16e846
commit a8eba04664
+1 -2
View File
@@ -9,10 +9,9 @@ import {
useSkin,
useConfig,
} from "../../context/LauncherContext";
import SkinModel3D, { getSkinModelSnapshot } from "../common/SkinModel3D";
import { getSkinModelSnapshot } from "../common/SkinModel3D";
import CapePreview from "../common/CapePreview";
import { usePlatform } from "../../hooks/usePlatform";
interface SavedSkin {
id: string;
name: string;