Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inventory-promotion-react
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
inventory-promotion-react
Commits
19d97ad5
Commit
19d97ad5
authored
May 17, 2021
by
John Lam
Browse files
Options
Browse Files
Download
Plain Diff
merge conflict with master
parents
b15d2820
b1bb50d8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12308 additions
and
4 deletions
+12308
-4
emptProduct.js
src/emptProduct.js
+1
-2
index.js
src/index.js
+3
-2
yarn.lock
yarn.lock
+12304
-0
No files found.
src/emptProduct.js
View file @
19d97ad5
...
...
@@ -9,5 +9,4 @@ const emptyProduct = {
productDesciption
:
""
,
productImageUrl
:
""
,
};
export
default
emptyProduct
;
export
default
emptyProduct
;
\ No newline at end of file
src/index.js
View file @
19d97ad5
...
...
@@ -12,10 +12,11 @@ storage.setItem("loggedIn", "false");
ReactDOM
.
render
(
<
React
.
StrictMode
>
<
BrowserRouter
>
<
App
/>
<
App
/>
<
/BrowserRouter
>
<
/React.StrictMode>
,
document
.
getElementById
(
"root"
)
document
.
getElementById
(
'root'
)
);
// If you want to start measuring performance in your app, pass a function
...
...
yarn.lock
0 → 100644
View file @
19d97ad5
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