Skip to content

Commit 15d2a68

Browse files
committed
1.0.12
1 parent 8c170b2 commit 15d2a68

File tree

2 files changed

+27
-64
lines changed

2 files changed

+27
-64
lines changed

package-lock.json

+26-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/root.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import ReactDOM from 'react-dom';
33
import './index.css';
44
import * as serviceWorker from './serviceWorker';
55
import {Template} from './components/Template';
6+
import 'bootstrap/dist/css/bootstrap.min.css';
67

78
ReactDOM.render(<Template />, document.getElementById('root'));
89

0 commit comments

Comments
 (0)