Pathora / frontend /src /index.tsx
malavikapradeep2001's picture
Initial Space
bf5da6b
raw
history blame
163 Bytes
import './index.css';
import React from "react";
import { render } from "react-dom";
import { App } from "./App";
render(<App />, document.getElementById("root"));