Tasks
1. You'll only need index.tsx, App.tsx and react-app-env.d.ts files. Remove all other files and unused code - including the component code form App.tsx.
index.tsx, App.tsx and react-app-env.d.ts files. Remove all other files and unused code - including the component code form App.tsx.2. Create the Contact type
Contact type3. Create a simple component that displays a user contact
Last updated