chore: fix eslint
This commit is contained in:
parent
9b35a55eea
commit
8ffe0f1ff0
3 changed files with 4 additions and 6 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue