history.js 83 Bytes
Newer Older
Jiwon Yoon's avatar
home    
Jiwon Yoon committed
1
2
3
import { createBrowserHistory as history} from 'history';

export default history()