This website requires JavaScript.
Explore
Help
Sign In
chaos
/
VaultUI
Watch
1
Star
0
Fork
You've already forked VaultUI
0
Code
Issues
Activity
9b3af305ca
VaultUI
/
src
/
globalPageState.ts
3 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add typing to PageState.ts.
2021-05-07 23:08:02 +01:00
import
{
PageState
}
from
"./PageState"
;
Run prettier when using eslint to make code consistantly formatted.
2021-05-12 16:01:04 +01:00
export
const
pageState
=
new
PageState
(
)
;
Reference in a new issue
Copy permalink