fix lint errors

This commit is contained in:
Brandon Egger
2023-05-30 01:03:46 -05:00
parent dc479b2f77
commit 026e7917ed
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import { api } from "~/utils/api";
import { parseQueryData } from "~/utils/parseSearchForm";
import Footer from "~/components/Footer";
import Header from "~/components/Header";
import { type Dispatch, type SetStateAction, useEffect, useState, FormEvent } from "react";
import { type Dispatch, type SetStateAction, useEffect, useState } from "react";
/**
* Quick extension of the resource table designed to query all elements so they can be printed