fix lint errors
This commit is contained in:
parent
2c29d8ae3c
commit
538a373df7
@ -6,7 +6,7 @@ import Link from 'next/link';
|
||||
import { translateEnumPlatform, translateEnumSkill } from '~/utils/enumWordLut';
|
||||
import { type ChangeEvent, type Dispatch, type SetStateAction, useState } from 'react';
|
||||
import { ChevronDownIcon } from '@heroicons/react/24/outline';
|
||||
import { ParsedUrlQuery, ParsedUrlQueryInput } from 'querystring';
|
||||
import { type ParsedUrlQuery, type ParsedUrlQueryInput } from 'querystring';
|
||||
|
||||
const ResourceEntry = ({resource}: {resource: AuditoryResource}) => {
|
||||
const ResourceInfo = ({resource}: {resource: AuditoryResource}) => {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Skill, type Platform } from "@prisma/client";
|
||||
import { type Skill, type Platform } from "@prisma/client";
|
||||
|
||||
/**
|
||||
* Takes a platform enum and translates it to readable form.
|
||||
|
Loading…
x
Reference in New Issue
Block a user