fix(toast-inner): remove unnecessary router import

This commit is contained in:
micha 2025-06-19 12:27:39 +02:00
parent d9d29a26af
commit 98f2395ff2
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ import { Button } from '@/components/ui/button';
/>
),
{
duration: 5000,
},
@ -106,6 +106,7 @@ export const ToastInner: React.FC<ToastInnerProps> = ({
const Icon = Icons[iconKey] as React.ComponentType<Icons.LucideProps>;
return (
// TODO: optimize Toaster for mobile
<div className={`relative w-120 rounded p-4 ${bgColor} select-none`}>
{/* Close Button */}
<button