chore(react-bootstrap): Migrate to scoped package

pull/18096/head
Bouncey 2018-09-06 14:53:35 +01:00 committed by Stuart Taylor
parent c590b736dd
commit 44fcf50cb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React from 'react'; import React from 'react';
import { Grid } from 'react-bootstrap'; import { Grid } from '@freecodecamp/react-bootstrap';
import Layout from '../components/Layout'; import Layout from '../components/Layout';
import Spacer from '../components/helpers/Spacer'; import Spacer from '../components/helpers/Spacer';