[TS] Typecheck skipping Src

This commit is contained in:
Dunemask 2024-03-29 16:58:17 -06:00
parent e1fe6c2f3b
commit 8c15dd6752
41 changed files with 43 additions and 2 deletions

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import { useState, useEffect } from "react";
import { useSearchParams } from "react-router-dom";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import { useQuery, useQueryClient } from "@tanstack/react-query";
import { cairoAuthHeader } from "@mcl/util/auth.js";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// Generated using https://zenoo.github.io/mui-theme-creator/
import { createTheme } from "@mui/material/styles";
import { unstable_ClassNameGenerator as ClassNameGenerator } from "@mui/material/className";