Browse Source

cut import class relationship.

takahiros 6 years ago
parent
commit
baba7eb2e6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/client/js/components/PageEditor/TextAreaEditor.jsx

+ 0 - 2
src/client/js/components/PageEditor/TextAreaEditor.jsx

@@ -1,8 +1,6 @@
 import React from 'react';
 // import PropTypes from 'prop-types';
 
-import FormControl from 'react-bootstrap/es/FormControl';
-
 import InterceptorManager from '@commons/service/interceptor-manager';
 
 import AbstractEditor from './AbstractEditor';