signal-desktop/sticker-creator/util/history.ts

4 lines
94 B
TypeScript
Raw Normal View History

2019-12-17 20:25:57 +00:00
import { createMemoryHistory } from 'history';
export const history = createMemoryHistory();