chore: fix eslint

This commit is contained in:
Matthew Penner 2023-10-02 16:56:48 -06:00
parent 9b35a55eea
commit 8ffe0f1ff0
No known key found for this signature in database
3 changed files with 4 additions and 6 deletions

View file

@ -3,7 +3,7 @@ import type { ChangeEvent } from 'react';
import { useEffect, useState } from 'react';
import type { WithRelationships } from '@/api/admin';
import type {Egg, LoadedEgg} from '@/api/admin/egg';
import type { Egg } from '@/api/admin/egg';
import { searchEggs } from '@/api/admin/egg';
import Label from '@/components/elements/Label';
import Select from '@/components/elements/Select';