fix: lint errors en warnings opgelost voor CI

This commit is contained in:
Janpeter Visser 2026-04-24 14:09:03 +02:00
parent 97a4173cba
commit ecc7a10679
14 changed files with 38 additions and 26 deletions

View file

@ -6,8 +6,6 @@ import { toast } from 'sonner'
import { Button } from '@/components/ui/button'
import { DemoTooltip } from '@/components/shared/demo-tooltip'
import { Input } from '@/components/ui/input'
import { Textarea } from '@/components/ui/textarea'
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select'
import {
createTodoAction,
toggleTodoAction,
@ -15,7 +13,6 @@ import {
promoteTodoToPbiAction,
promoteTodoToStoryAction,
} from '@/actions/todos'
import { cn } from '@/lib/utils'
interface Todo {
id: string