[O] Cleanup

This commit is contained in:
2025-11-17 22:43:05 +08:00
parent 6c2b8f6363
commit 9103c213da
5 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import type { NeteaseSongBrief } from "../shared/songs";
import type { NeteaseSongBrief } from "../shared/types";
let { info }: { info: NeteaseSongBrief } = $props();
</script>
-1
View File
@@ -1,5 +1,4 @@
<script lang="ts">
import { Icon } from "m3-svelte";
import IconButton from "../IconButton.svelte";
let { title, account, settings }: {