refactor(mascot): replace ChibiMascot SVG with MascotImage PNG and simplify empty states

This commit is contained in:
MythEclipse
2026-06-03 13:56:11 +07:00
parent 2ea0ea5810
commit bb65178210
9 changed files with 54 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// ─── Shared UI barrel export ────────────────────────────────────────────────
export { EmptyStateMascot } from "../../widgets/mascot/ChibiMascot";
export { EmptyStateMascot, MascotImage } from "../../widgets/mascot/MascotImage";
export { Badge } from "./badge";
export { Button } from "./button";
export {