[TS] Initial Typescript fix
This commit is contained in:
parent
8c15dd6752
commit
813295c857
36 changed files with 4285 additions and 1951 deletions
|
@ -1,8 +1,8 @@
|
|||
// @ts-nocheck
|
||||
import Home from "@mcl/pages/Home.jsx";
|
||||
import Create from "@mcl/pages/Create.jsx";
|
||||
import Files from "@mcl/pages/Files.jsx";
|
||||
import Edit from "@mcl/pages/Edit.jsx";
|
||||
import Home from "@mcl/pages/Home.tsx";
|
||||
import Create from "@mcl/pages/Create.tsx";
|
||||
import Files from "@mcl/pages/Files.tsx";
|
||||
import Edit from "@mcl/pages/Edit.tsx";
|
||||
// Go To https://mui.com/material-ui/material-icons/ for more!
|
||||
import HomeIcon from "@mui/icons-material/Home";
|
||||
import AddIcon from "@mui/icons-material/Add";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue