[O] Cleanup
This commit is contained in:
@@ -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,5 +1,4 @@
|
||||
<script lang="ts">
|
||||
import { Icon } from "m3-svelte";
|
||||
import IconButton from "../IconButton.svelte";
|
||||
|
||||
let { title, account, settings }: {
|
||||
|
||||
Reference in New Issue
Block a user