I have a problem that I don\'t know how to solve, I get this error when running npm test
Invariant Violation: You should not use
You Should write your code like this
import {BrowserRouter, Switch, Router} from 'react-router-dom class App extends Component { render() { return ( Home TicTacToe Quick Maths Highscore Profile Sign out ); } };