diff --git a/src/routes/scene/components/pet-menu/pet-menu.svelte b/src/routes/scene/components/pet-menu/pet-menu.svelte index 201d996..127ca17 100644 --- a/src/routes/scene/components/pet-menu/pet-menu.svelte +++ b/src/routes/scene/components/pet-menu/pet-menu.svelte @@ -8,6 +8,7 @@ } from "./events"; import { sceneInteractive } from "../../../../events/scene-interactive"; import { commands, type UserBasicDto } from "$lib/bindings"; + import PetName from "./pet-name.svelte"; export interface PetMenuAction { icon: string; @@ -123,15 +124,7 @@ {/each} {#if dollName} -