chore: import Avatar.jsx -> .tsx

This commit is contained in:
CrescentLeaf
2025-09-13 00:37:56 +08:00
parent 6896a1f8af
commit 8ebad65140
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import Avatar from "../Avatar.jsx"
import Avatar from "../Avatar.tsx"
export default function ContactsListItem({ nickName, avatar }) {
return (