From f2fc62b5a7153383866d212786c570a6f5ba0417 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 13 Jan 2021 14:08:17 +0300 Subject: [PATCH] Fixed wrong path --- src/components/usetoast/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/usetoast/index.d.ts b/src/components/usetoast/index.d.ts index bb637391b..ee7ba7566 100644 --- a/src/components/usetoast/index.d.ts +++ b/src/components/usetoast/index.d.ts @@ -1 +1 @@ -export * from './useConfirm'; \ No newline at end of file +export * from './useToast'; \ No newline at end of file