소스 검색

trimming the scss

takahiros 6 년 전
부모
커밋
c0931303f8
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/client/js/components/InstallerForm.jsx

+ 0 - 3
src/client/js/components/InstallerForm.jsx

@@ -4,9 +4,6 @@ import PropTypes from 'prop-types';
 import i18next from 'i18next';
 import { withTranslation } from 'react-i18next';
 
-// FIXME: use native Bootstrap 4 or reactstrap
-// import Radio from 'react-bootstrap/es/Radio';
-
 class InstallerForm extends React.Component {
 
   constructor(props) {