init push - laying out the project
This commit is contained in:
7
portal/client/src/data/store.js
Normal file
7
portal/client/src/data/store.js
Normal file
@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
import { StoresContext } from './provider';
|
||||
|
||||
const useStore = () => React.useContext(StoresContext);
|
||||
|
||||
export default useStore;
|
Reference in New Issue
Block a user