chore: ref

This commit is contained in:
Nathan
2025-08-31 20:16:05 +08:00
parent f91b591774
commit 28cd5261a3
96 changed files with 468 additions and 450 deletions

View File

@@ -6,7 +6,7 @@ import * as React from 'react';
import type {
ToastActionElement,
ToastProps,
} from '../components/ui/toast';
} from '@/components/chat/components/ui/toast';
const TOAST_LIMIT = 1;
const TOAST_REMOVE_DELAY = 1000000;