19. Importando o Bootstrap no src/index.js

diff --git a/src/index.js b/src/index.js
index 395b749..a126705 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,5 +1,6 @@
 import React from 'react';
 import ReactDOM from 'react-dom';
+import 'bootstrap/dist/css/bootstrap.min.css';
 import './index.css';
 import App from './App';
3$ git-apply ae.diff src/index.js