4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
|
import { createMemoryHistory } from 'history';
|
||
|
|
||
|
export const history = createMemoryHistory();
|