simple execution works
This commit is contained in:
parent
2b73da9387
commit
3f2db4457f
9 changed files with 412 additions and 52 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
import { StrictMode } from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
import { App } from "./App";
|
||||
import { App } from "./App/App";
|
||||
|
||||
const elem = document.getElementById("root")!;
|
||||
const app = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue