mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-24 20:06:53 +00:00
7 lines
189 B
JavaScript
7 lines
189 B
JavaScript
import React from "react";
|
|
import ReactDOM from "react-dom";
|
|
import "milligram/dist/milligram.min.css";
|
|
import App from "./App";
|
|
|
|
ReactDOM.render(<App />, document.getElementById("root"));
|