v7.0.1
This commit is contained in:
@@ -3,10 +3,7 @@ import { createRoot } from "react-dom/client";
|
||||
import "./index.css";
|
||||
import App from "./App.tsx";
|
||||
import { Toaster } from "@/components/ui/sonner";
|
||||
|
||||
createRoot(document.getElementById("root")!).render(
|
||||
<StrictMode>
|
||||
createRoot(document.getElementById("root")!).render(<StrictMode>
|
||||
<App />
|
||||
<Toaster position="bottom-left" duration={1000} />
|
||||
</StrictMode>
|
||||
);
|
||||
<Toaster position="bottom-left" duration={1000}/>
|
||||
</StrictMode>);
|
||||
|
||||
Reference in New Issue
Block a user