mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
added dropdown-menu
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import "./App.css";
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
import App from "./App";
|
||||
import App from "@/App";
|
||||
|
||||
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
|
||||
<React.StrictMode>
|
||||
|
||||
Reference in New Issue
Block a user