diff --git a/apps/shinkai-visor/src/components/agents/add-agent.tsx b/apps/shinkai-visor/src/components/agents/add-agent.tsx index 2c7fb714e..987f2a974 100644 --- a/apps/shinkai-visor/src/components/agents/add-agent.tsx +++ b/apps/shinkai-visor/src/components/agents/add-agent.tsx @@ -24,7 +24,7 @@ import { } from '@shinkai_network/shinkai-ui'; import { cn } from '@shinkai_network/shinkai-ui/utils'; import { useEffect, useState } from 'react'; -import { useForm, useWatch } from 'react-hook-form'; +import { useForm } from 'react-hook-form'; import { FormattedMessage, useIntl } from 'react-intl'; import { useHistory } from 'react-router-dom'; import { toast } from 'sonner';