Refactor section

This commit is contained in:
MD. Ariful Alam
2021-08-24 21:11:56 +06:00
parent 1f14db6b83
commit 7e890a7453
7 changed files with 142 additions and 59 deletions

View File

@@ -39,8 +39,7 @@ function App() {
name: data.name,
bio: data.bio,
location: data.location,
company: data.company,
twitter: data.twitter_username,
company: data.company
}
dispatch(setProfile(profileData));