Skip to content

Commit

Permalink
fix: react
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Oct 22, 2024
1 parent 2185cc3 commit bca5a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stateless/AvatarCard/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import react from 'react'
import React from 'react'
import styles from './index.module.less'
const AvatarCard = ({ avatar, text }) => {
return (
Expand Down

0 comments on commit bca5a84

Please sign in to comment.