Cradicle Explorer
embark-area-51
Info
Issues
Patches
Wallets
Source
Source
.github
bin
cmd
embark-ui
config
public
scripts
src
actions
components
containers
fonts
images
reducers
sagas
scss
services
store
utils
constants.js
history.js
index.css
index.js
registerServiceWorker.js
routes.js
slider.css
.env.production
.eslintrc
.gitignore
.npmignore
README.md
package-lock.json
package.json
lib
locales
templates
test
test_apps
.editorconfig
.eslintrc.json
.gitignore
.npmignore
.npmrc
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
appveyor.yml
header.png
logo.png
npm-shrinkwrap.json
package.json
/
embark-ui
/
src
/ history.js
history.js
1
import createHistory from 'history/createBrowserHistory';
2
3
export default createHistory();