Attempted import error: 'Help' is not exported from
import {Home} from './Components/Home';
//the above import will throw an error, to fix this use the code below.
import Home from './Component/Home';
//This is how you import components in react.
Attempted import error: 'Help' is not exported from
import {Home} from './Components/Home';
//the above import will throw an error, to fix this use the code below.
import Home from './Component/Home';
//This is how you import components in react.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us