mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 19:40:28 +00:00
Version 3 starter
This commit is contained in:
10
frontend/src/index.tsx
Normal file
10
frontend/src/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from "react";
|
||||
|
||||
import * as ReactDOM from "react-dom";
|
||||
|
||||
import App from "./App";
|
||||
|
||||
import "./tabler.css";
|
||||
import "./index.scss";
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById("root"));
|
Reference in New Issue
Block a user