Przeglądaj źródła

comment out react-bootstrap

Yuki Takei 6 lat temu
rodzic
commit
710bfc1e3f
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/client/js/components/InstallerForm.jsx

+ 2 - 1
src/client/js/components/InstallerForm.jsx

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