Not sure if this is a bug?
Module not found: Can't resolve './react' in /Users/idea/hjgkh/robotsf/src even though I checked like hundreds of times
why am I keep getting this "Can't resolve './react' in" whenever Npm start.
Can someone please me help out here.
import React from './react';
const SearchBox =() => {
return (
<div className = 'pa2'>
<input
className = 'pa3 ba b--green bg lightest-blue'
type = 'Search'
placeholder = 'Search Robots'
/>
</div>
);
}
export default SearchBox;