refactor: split components Watchlist Page

This commit is contained in:
Maël Gangloff
2024-07-29 18:54:28 +02:00
parent dd4b6c8869
commit f9c003fffb
6 changed files with 381 additions and 354 deletions

View File

@@ -7,7 +7,7 @@ export type FieldType = {
ldhName: string
}
export function DomainSearchBar({onFinish}: { onFinish: any }) {
export function DomainSearchBar({onFinish}: { onFinish: (values: FieldType) => void }) {
return <Form
name="basic"