diff --git a/pages/tournament.js b/pages/tournament.js index 8fe3bab..333904a 100644 --- a/pages/tournament.js +++ b/pages/tournament.js @@ -1,7 +1,7 @@ import Head from 'next/head'; import React from 'react'; import {connect} from 'react-redux'; -import {ButtonGroup, NavbarBrand} from 'reactstrap'; +import {ButtonGroup} from 'reactstrap'; import {ErrorPageComponent} from '../js/components/ErrorComponents';