Commit 19d97ad5 authored by John Lam's avatar John Lam

merge conflict with master

parents b15d2820 b1bb50d8
...@@ -9,5 +9,4 @@ const emptyProduct = { ...@@ -9,5 +9,4 @@ const emptyProduct = {
productDesciption: "", productDesciption: "",
productImageUrl: "", productImageUrl: "",
}; };
export default emptyProduct;
export default emptyProduct; \ No newline at end of file
...@@ -12,10 +12,11 @@ storage.setItem("loggedIn", "false"); ...@@ -12,10 +12,11 @@ storage.setItem("loggedIn", "false");
ReactDOM.render( ReactDOM.render(
<React.StrictMode> <React.StrictMode>
<BrowserRouter> <BrowserRouter>
<App /> <App />
</BrowserRouter> </BrowserRouter>
</React.StrictMode>, </React.StrictMode>,
document.getElementById("root") document.getElementById('root')
); );
// If you want to start measuring performance in your app, pass a function // If you want to start measuring performance in your app, pass a function
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment