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,
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user