esbuild
This commit is contained in:
6
entrypoints/report/index.tsx
Normal file
6
entrypoints/report/index.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
import Report from '@/pages/report'
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById("root"));
|
||||
root.render(<Report />);
|
||||
Reference in New Issue
Block a user