add new initial miscstate

This commit is contained in:
jeffvli
2021-09-10 06:18:03 -07:00
parent e8e5d2be7d
commit cd8e37b01d

View File

@@ -59,6 +59,11 @@ const playerState: Player = {
const miscState: General = {
theme: 'defaultDark',
font: 'Poppins',
modal: {
currentPageIndex: undefined,
show: false,
},
modalPages: [],
};
const mockInitialState = {