Skip type checking in several files

This commit is contained in:
Darren Clarke 2023-03-22 08:17:51 +00:00
parent fb3d574121
commit 485570a06c
7 changed files with 124 additions and 68 deletions

View file

@ -1,3 +1,4 @@
// @ts-nocheck
/* eslint-disable camelcase */
import { FC, useState } from "react";
import { useSelector } from "react-redux";