WordClockESP/interface/src/history.js

6 lines
141 B
JavaScript
Raw Normal View History

import { createBrowserHistory } from 'history';
export default createBrowserHistory({
/* pass a configuration object here if needed */
})