I can\'t believe that I\'m asking an obvious question, but I still get the error in console log.
Console says that it can\'t find the module in the directory, but I\
you should change import Header from './src/components/header/header' to
import Header from '../src/components/header/header'