Signal-Desktop/sticker-creator/util/history.ts
2023-01-03 11:55:46 -08:00

7 lines
177 B
TypeScript

// Copyright 2019 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { createMemoryHistory } from 'history';
export const history = createMemoryHistory();