Skip to content

Commit

Permalink
fix(dashboard): Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Nov 8, 2024
1 parent 33f8039 commit 5f3a307
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import { useFormContext } from 'react-hook-form';
import { motion } from 'framer-motion';
import { RouteFill } from '../icons';
import { Input, InputField } from '../primitives/input';
import { RiArrowRightSLine, RiSettingsLine } from 'react-icons/ri';
// import { RiArrowRightSLine, RiSettingsLine } from 'react-icons/ri';
import * as z from 'zod';
import { Separator } from '../primitives/separator';
import { TagInput } from '../primitives/tag-input';
import { Textarea } from '../primitives/textarea';
import { workflowSchema } from './schema';
import { useTagsQuery } from '@/hooks/use-tags-query';
import { Button } from '../primitives/button';
// import { Button } from '../primitives/button';
import { CopyButton } from '../primitives/copy-button';
import { FormControl, FormField, FormItem, FormLabel, FormMessage } from '../primitives/form/form';
import { Switch } from '../primitives/switch';
Expand Down

0 comments on commit 5f3a307

Please sign in to comment.