[Solved] react and react-dom not working, please help out


Inside app component your Index component file path is not correct

import react from "react";
import reactDom from "react-dom";
import Index from '../src/Index'

function App() {
  return (
   <Index />
  );
 }

import look like as this code

0

solved react and react-dom not working, please help out