mirror of
https://github.com/bendtherules/some-hooks.git
synced 2026-08-18 13:52:05 +00:00
8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
import React from "react";
|
|
import ReactDOM from "react-dom";
|
|
|
|
import "./index.css";
|
|
import App from "./App";
|
|
|
|
ReactDOM.render(<App />, document.getElementById("root"));
|