parent
17bee72e5e
commit
3bb36d4199
3 changed files with 10 additions and 2 deletions
Binary file not shown.
@ -0,0 +1,7 @@ |
|||||||
|
import React from "react"; |
||||||
|
|
||||||
|
const UserProfileInfo = () => { |
||||||
|
return <div>UserProfileInfo</div>; |
||||||
|
}; |
||||||
|
|
||||||
|
export default UserProfileInfo; |
Loading…
Reference in new issue