Adapter Pattern
Set this on action/index.js
- Use sessionStorage to check response stores!
Set this in controller!
- new folder /adapters
- userAdapter.js
- export default notesAdapter = { fetchNotes: , loginUser: , createNote: , updateNote: , }
Set this on action/index.js
Set this in controller!