diff --git a/src/@/components/ui/table.tsx b/src/@/components/ui/table.tsx
index d42331f..1430b66 100644
--- a/src/@/components/ui/table.tsx
+++ b/src/@/components/ui/table.tsx
@@ -73,7 +73,7 @@ const TableHead = React.forwardRef<
(({ className, ...props }, ref) => (
| |
))
diff --git a/src/@/components/ui/toast.tsx b/src/@/components/ui/toast.tsx
index 521b94b..4e9037b 100644
--- a/src/@/components/ui/toast.tsx
+++ b/src/@/components/ui/toast.tsx
@@ -16,7 +16,7 @@ const ToastViewport = React.forwardRef<
-