1
0
Fork 0
VaultUI/src/globalPageState.ts

3 lines
89 B
TypeScript
Raw Normal View History

2021-05-28 10:08:21 +01:00
import { PageState } from "./state/PageState";
export const pageState = new PageState();