diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index ec8682c..5e0aa9b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,8 +1,8 @@ import { useEffect, useState } from 'react'; import { - Alert, Avatar, Button, Card, CardContent, CardHeader, Chip, Divider, - Input, Select, SelectItem, Skeleton, Spinner, Switch, Tab, Tabs, - Textarea + Alert, Avatar, Button, Card, CardContent, CardHeader, Chip, + Input, Separator, Skeleton, Spinner, Switch, Tab, Tabs, + TextArea } from '@heroui/react'; import { Activity, AudioLines, Bot, Cable, CalendarDays, ChevronRight, Command, @@ -283,20 +283,16 @@ function App() {
- +
@@ -476,7 +472,7 @@ function App() { setAutomationDraft((s) => ({ ...s, name: v }))} /> setAutomationDraft((s) => ({ ...s, conditionValue: v }))} /> -