feat: setup next.js project
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
import App from "./App";
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById("root")!);
|
||||
root.render(<App />);
|
Reference in New Issue
Block a user