Skip to content

Commit 6b41e12

Browse files
Add missing reference to Bootstrap script
1 parent b95cd1b commit 6b41e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/ReactReduxSpa/ClientApp/boot-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import './css/site.css';
2-
import 'bootstrap/dist/css/bootstrap.css';
2+
import 'bootstrap';
33
import * as React from 'react';
44
import * as ReactDOM from 'react-dom';
55
import { browserHistory, Router } from 'react-router';

0 commit comments

Comments
 (0)