Skip to content

Commit eef4ca8

Browse files
committed
Removed some extra stuff
1 parent 5a9aea3 commit eef4ca8

File tree

1 file changed

+1
-1
lines changed
  • System8/System8.React/ClientApp/src/components

1 file changed

+1
-1
lines changed

System8/System8.React/ClientApp/src/components/NavMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import { Collapse, Container, Navbar, NavbarBrand, NavbarToggler, NavItem, NavLink } from 'reactstrap';
2+
import { Container, Navbar, NavbarBrand } from 'reactstrap';
33
import { Link } from 'react-router-dom';
44
import './NavMenu.css';
55

0 commit comments

Comments
 (0)