Spaces:
Sleeping
Sleeping
Update src/main.tsx
Browse files- src/main.tsx +1 -1
src/main.tsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import React from "react";
|
| 2 |
import { createRoot } from "react-dom/client";
|
| 3 |
-
import App from "./
|
| 4 |
|
| 5 |
createRoot(document.getElementById("root")!).render(
|
| 6 |
<React.StrictMode>
|
|
|
|
| 1 |
import React from "react";
|
| 2 |
import { createRoot } from "react-dom/client";
|
| 3 |
+
import App from "./App_Old";
|
| 4 |
|
| 5 |
createRoot(document.getElementById("root")!).render(
|
| 6 |
<React.StrictMode>
|