소스 검색

put back button

zahmis 5 년 전
부모
커밋
9252fbf1f9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/client/js/components/Navbar/ThreeStrandedButton.jsx

+ 0 - 1
src/client/js/components/Navbar/ThreeStrandedButton.jsx

@@ -1,7 +1,6 @@
 import React from 'react';
 import PropTypes from 'prop-types';
 import { withTranslation } from 'react-i18next';
-import { Nav, NavItem, NavLink } from 'reactstrap';
 
 const ThreeStrandedButton = (props) => {
   const { t } = props;