add proposal
This commit is contained in:
11
src/main.ts
Normal file
11
src/main.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import "./styles.css";
|
||||
|
||||
import { initApp } from "./app";
|
||||
|
||||
const container = document.querySelector<HTMLElement>("#app");
|
||||
|
||||
if (!container) {
|
||||
throw new Error("App container not found.");
|
||||
}
|
||||
|
||||
initApp(container);
|
||||
Reference in New Issue
Block a user