Skip to content

Commit ed1d85e

Browse files
Bootstrap css import
1 parent b52e6fc commit ed1d85e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/index.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
3-
import './index.css';
43
import App from './Qrcode';
54
import reportWebVitals from './reportWebVitals';
6-
import {Provider} from "react-redux"
7-
import store from './store';
5+
import 'bootstrap/dist/css/bootstrap.min.css';
86

97
ReactDOM.render(
108
<React.StrictMode>
11-
<Provider store={store}>
12-
<App />
13-
</Provider>
14-
9+
<App />
1510
</React.StrictMode>,
1611
document.getElementById('root')
1712
);

0 commit comments

Comments
 (0)