mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 09:03:44 +00:00
fix: unused import
This commit is contained in:
@@ -9,10 +9,9 @@ import {
|
|||||||
useSkin,
|
useSkin,
|
||||||
useConfig,
|
useConfig,
|
||||||
} from "../../context/LauncherContext";
|
} from "../../context/LauncherContext";
|
||||||
import SkinModel3D, { getSkinModelSnapshot } from "../common/SkinModel3D";
|
import { getSkinModelSnapshot } from "../common/SkinModel3D";
|
||||||
import CapePreview from "../common/CapePreview";
|
import CapePreview from "../common/CapePreview";
|
||||||
import { usePlatform } from "../../hooks/usePlatform";
|
import { usePlatform } from "../../hooks/usePlatform";
|
||||||
|
|
||||||
interface SavedSkin {
|
interface SavedSkin {
|
||||||
id: string;
|
id: string;
|
||||||
name: string;
|
name: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user