Skip to content

Commit

Permalink
fix issue about relatives import css Semantic-Org/Semantic-UI-React#1330
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividVeloso committed Feb 2, 2018
1 parent 98d9856 commit fcee42f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/template/dependencies/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './../../../node_modules/jquery/dist/jquery.min.js';
import './../../../node_modules/bootstrap/dist/js/bootstrap.min.js';
import './../../../node_modules/font-awesome/css/font-awesome.min.css';
import './../../../node_modules/bootstrap/dist/css/bootstrap-reboot.min.css';
import './../../../node_modules/bootstrap/dist/css/bootstrap-grid.min.css';
import './../../../node_modules/bootstrap/dist/css/bootstrap.min.css';
import 'jquery/dist/jquery.min.js';
import 'bootstrap/dist/js/bootstrap.min.js';
import 'font-awesome/css/font-awesome.min.css';
import 'bootstrap/dist/css/bootstrap-reboot.min.css';
import 'bootstrap/dist/css/bootstrap-grid.min.css';
import 'bootstrap/dist/css/bootstrap.min.css';
import './custom.css';

0 comments on commit fcee42f

Please sign in to comment.