This project was bootstrapped with Create React App.
the base is 'src'
That means all the imports can start relative from 'src'
import Bookdetails from './../../components/Bookdetails';
becomes
import Bookdetails from 'components/Bookdetails';
Cleaner Code
Globally applicable styles like body, base ; variables, and fonts are availble through index.scss
on styles folder.
With each components having its own styles.