Skip to content

Commit

Permalink
[fixed] update script path on bootstrap example.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Jun 20, 2017
1 parent 6c780ae commit 648cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bootstrap/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var React = require('react');
var ReactDOM = require('react-dom');
var Modal = require('../../lib/index');
var Modal = require('../../src/index');

var appElement = document.getElementById('example');

Expand Down

0 comments on commit 648cc2f

Please sign in to comment.