updated scene page to reference to the right pet menu

This commit is contained in:
2026-03-13 21:01:29 +08:00
parent 4404045033
commit 5d01d69c53
2 changed files with 1 additions and 153 deletions

View File

@@ -12,7 +12,7 @@
import { commands } from "$lib/bindings";
import DebugBar from "./components/debug-bar.svelte";
import Neko from "./components/neko/neko.svelte";
import PetMenu from "./components/pet-menu.svelte";
import PetMenu from "./components/pet-menu/pet-menu.svelte";
import { createPetActions } from "./components/pet-menu/events";
import type { UserBasicDto } from "$lib/bindings";