Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CRIO_BYTES
me_redux
Commits
077d5a23
Commit
077d5a23
authored
1 year ago
by
Mohak Trivedi
Browse files
Options
Download
Email Patches
Plain Diff
fixed indentation
parent
f61a873e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
store.js
store.js
+5
-5
No files found.
store.js
View file @
077d5a23
...
...
@@ -6,13 +6,13 @@ const createStore = () => {
const
store
=
{};
store
.
state
=
initialState
;
// TODO: Implement the getState() such that it returns the state.
store
.
getState
=
()
=>
{
// TODO: Implement the getState() such that it returns the state.
store
.
getState
=
()
=>
{
}
}
//User to implement it in future milestones
store
.
incrementCount
=
()
=>
{
//User to implement it in future milestones
store
.
incrementCount
=
()
=>
{
};
return
store
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment