Files
sanasto-app/store/index.js
Max Lynch 6ce26c8941 Modal
2020-12-21 18:11:20 -06:00

9 lines
163 B
JavaScript

import { Store as PullStateStore } from 'pullstate';
const Store = new PullStateStore({
showMenu: false,
showNotifications: false,
});
export default Store;