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

merge conflict with master

parents b15d2820 b1bb50d8
......@@ -9,5 +9,4 @@ const emptyProduct = {
productDesciption: "",
productImageUrl: "",
};
export default emptyProduct;
export default emptyProduct;
\ No newline at end of file
......@@ -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
......
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