File size: 163 Bytes
bf5da6b
 
 
 
 
1
2
3
4
5
import './index.css';
import React from "react";
import { render } from "react-dom";
import { App } from "./App";
render(<App />, document.getElementById("root"));