begin scaffolding for lerna
This commit is contained in:
5
packages/netlify-cms-core/src/routing/history.js
Normal file
5
packages/netlify-cms-core/src/routing/history.js
Normal file
@ -0,0 +1,5 @@
|
||||
import createHistory from 'history/createHashHistory';
|
||||
|
||||
let history = createHistory();
|
||||
|
||||
export default history;
|
Reference in New Issue
Block a user