Remove unused NavbarBrand import

This commit is contained in:
Thor77 2022-06-11 22:53:44 +02:00
parent a6b13ce56f
commit 5a9b090195
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
1 changed files with 1 additions and 1 deletions

View File

@ -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';