mirror of
https://github.com/plankanban/planka.git
synced 2025-07-28 17:49:43 +02:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
|
import { createBrowserHistory } from 'history';
|
||
|
|
||
|
export default createBrowserHistory();
|