From 6dc6bc1b759f6bea3770304dd695c3d9a5e16a78 Mon Sep 17 00:00:00 2001 From: Soham Das Date: Fri, 28 Apr 2023 19:03:32 +0530 Subject: [PATCH] readme updated --- README.md | 7 ++++++- src/index.tsx | 12 ++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2b5a77f..eb22540 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@
  • Yarn
  • Basic Technical Summary


    Screenshots


    Setup


    Basic requirements for the setup:

    1. yarn installed on the device
    2. node js installed on the device
    3. +
    4. ESLint and Prettier is a must as the project uses linting
    Steps
    + \ No newline at end of file diff --git a/src/index.tsx b/src/index.tsx index 1fd12b7..26fec0a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,13 +1,13 @@ -import React from 'react'; -import ReactDOM from 'react-dom/client'; -import './index.css'; -import App from './App'; +import React from 'react' +import ReactDOM from 'react-dom/client' +import './index.css' +import App from './App' const root = ReactDOM.createRoot( document.getElementById('root') as HTMLElement -); +) root.render( -); +)