fix(babel): Use scoped react-bootstrap for babel@7

This commit is contained in:
Bouncey
2018-09-05 13:39:23 +01:00
committed by Stuart Taylor
parent f698dcf79c
commit 4c73ebbfef
11 changed files with 569 additions and 741 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import { Row, Col } from 'react-bootstrap';
import { Row, Col } from '@freecodecamp/react-bootstrap';
function FullWidthRow({ children }) {
return (

View File

@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import { Row, Col } from 'react-bootstrap';
import { Row, Col } from '@freecodecamp/react-bootstrap';
function SlimWidthRow({ children, ...restProps }) {
return (