refactor: remove unused imports in CreatePlanDialog and $planId components

This commit is contained in:
2025-10-22 15:58:47 -06:00
parent b8f446ba48
commit 4b19d166b6
3 changed files with 225 additions and 254 deletions

View File

@@ -17,7 +17,6 @@ import { Label } from "@/components/ui/label"
import confetti from "canvas-confetti"
import { Textarea } from "@/components/ui/textarea"
import { AuroraButton } from "@/components/effect/aurora-button"
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"
import { DeletePlanButton } from "@/components/planes/DeletePlan"
import { AddAsignaturaButton } from "@/components/planes/AddAsignaturaButton"