Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 6b41e12

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)