Modal
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Store as PullStateStore } from 'pullstate';
|
||||
|
||||
const Store = new PullStateStore({
|
||||
showMenu: false,
|
||||
showNotifications: false,
|
||||
});
|
||||
|
||||
export default Store;
|
||||
Reference in New Issue
Block a user