refactor: Boostrap to AntD - Row/Col (#14100)

This commit is contained in:
Michael S. Molina
2021-04-22 23:57:17 -04:00
committed by GitHub
parent 01de3096b3
commit b963624e12
12 changed files with 84 additions and 81 deletions

View File

@@ -17,7 +17,7 @@
* under the License.
*/
import React from 'react';
import { Col, Row } from 'react-bootstrap';
import { Row, Col } from 'src/common/components';
import { shallow } from 'enzyme';
import App from 'src/profile/components/App';
import Tabs from 'src/common/components/Tabs';