parent
6903112af5
commit
7ddb740cb8
3 changed files with 4 additions and 3 deletions
@ -1,6 +1,6 @@ |
||||
import ReactDOM from 'react-dom'; |
||||
import Reader from 'containers/Reader' |
||||
|
||||
const EPUB_URL = "/files/Alices Adventures in Wonderland.epub"; |
||||
const EPUB_URL = "/react-epub-viewer/files/Alices Adventures in Wonderland.epub"; |
||||
|
||||
ReactDOM.render(<Reader url={EPUB_URL} />, document.getElementById('root')); |
Loading…
Reference in new issue