mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-09 14:56:03 +08:00
7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
import React from "react"
|
|
import ReactDOM from "react-dom"
|
|
|
|
import "./index.css"
|
|
import App from "./App.js"
|
|
|
|
ReactDOM.render(<App />, document.getElementById("root"))
|