From 5a9b09019568695a556858b82d5fade14392a0be Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sat, 11 Jun 2022 22:53:44 +0200 Subject: [PATCH] Remove unused NavbarBrand import --- pages/tournament.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';