mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
import { createMemoryHistory } from 'history';
|
|
|
|
export const history = createMemoryHistory();
|