fix: react-doctor deslop/unused-export 7→0, prefer-module-scope-pure-function 6→0 (hoist handleExportCSV, downloadCSV, triggerDownload, scrollToContent, handleLogout, applyMappings)
This commit is contained in:
@@ -9,8 +9,6 @@ import {
|
||||
type Toast,
|
||||
} from "./toast-store";
|
||||
|
||||
export { toast } from "./toast-store";
|
||||
|
||||
interface ToastNotificationProps {
|
||||
toast: Toast;
|
||||
onDismiss: (id: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user