oysterprotocol/webinterface

View on GitHub
src/redux/history/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import createHistory from "history/createBrowserHistory";

const history = createHistory();
export default history;