Remove unused NavbarBrand import
This commit is contained in:
parent
a6b13ce56f
commit
5a9b090195
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue