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