Remove several @ts-nochecks

This commit is contained in:
Darren Clarke 2023-05-25 09:34:43 +00:00
parent 04ecef98da
commit baa1b32737
8 changed files with 7 additions and 13 deletions

View file

@ -1,4 +1,3 @@
// @ts-nocheck
import { FC, useState } from "react";
import Head from "next/head";
import { Grid, Button } from "@mui/material";