This commit is contained in:
Max Lynch
2020-12-21 18:11:20 -06:00
parent c95691e227
commit 6ce26c8941
6 changed files with 147 additions and 19 deletions
+8
View File
@@ -0,0 +1,8 @@
import { Store as PullStateStore } from 'pullstate';
const Store = new PullStateStore({
showMenu: false,
showNotifications: false,
});
export default Store;