From 0dd72b3eb467598452938133f563042df15c8596 Mon Sep 17 00:00:00 2001 From: SaelixCode Date: Sun, 22 Mar 2026 00:01:08 -0400 Subject: [PATCH] fix(ts): remove unused motion import from alert-dialog --- frontend/src/components/ui/alert-dialog.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/ui/alert-dialog.tsx b/frontend/src/components/ui/alert-dialog.tsx index fc764192..3a4ef9e8 100644 --- a/frontend/src/components/ui/alert-dialog.tsx +++ b/frontend/src/components/ui/alert-dialog.tsx @@ -1,6 +1,5 @@ import * as React from 'react'; import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog'; -import { motion } from 'motion/react'; import { cn } from '@/lib/utils'; import { buttonVariants } from '@/components/ui/button';