From f227adee3cff445288bdba66d369a451aa31b58e Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Fri, 16 Apr 2021 22:20:43 +0530 Subject: using useState to update array of items to be added in the invoice now --- src/index.js | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index c096aa7..e63e07e 100644 --- a/src/index.js +++ b/src/index.js @@ -1,24 +1,6 @@ -import React from 'react'; +// import React from 'react'; import ReactDOM from 'react-dom'; import "./styles/global.css" import App from "./components/App"; ReactDOM.render(App(), document.getElementById("root")) - - -// auto generated code -// import './index.css'; -// import App from './App'; -// import reportWebVitals from './reportWebVitals'; - -// ReactDOM.render( -// -// -// , -// document.getElementById('root') -// ); - -// If you want to start measuring performance in your app, pass a function -// to log results (for example: reportWebVitals(console.log)) -// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals -//reportWebVitals(); -- cgit v1.2.3