[TS] Typecheck skipping Src
This commit is contained in:
parent
e1fe6c2f3b
commit
8c15dd6752
41 changed files with 43 additions and 2 deletions
7
src/App.tsx
Normal file
7
src/App.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
// @ts-nocheck
|
||||
import { createRoot } from "react-dom/client";
|
||||
import MCL from "./MCL.jsx";
|
||||
const appRoot = document.getElementById("mcl");
|
||||
const root = createRoot(appRoot);
|
||||
|
||||
root.render(<MCL />);
|
Loading…
Add table
Add a link
Reference in a new issue