diff --git a/src/components/useconfirm/index.d.ts b/src/components/useconfirm/index.d.ts index bb637391b..91e66357a 100644 --- a/src/components/useconfirm/index.d.ts +++ b/src/components/useconfirm/index.d.ts @@ -1 +1 @@ -export * from './useConfirm'; \ No newline at end of file +export * from './useconfirm'; \ No newline at end of file diff --git a/src/components/useconfirm/index.js b/src/components/useconfirm/index.js index 2e4c2a905..f896c37db 100644 --- a/src/components/useconfirm/index.js +++ b/src/components/useconfirm/index.js @@ -1,2 +1,2 @@ 'use strict'; -module.exports = require('./useConfirm.js'); \ No newline at end of file +module.exports = require('./useconfirm.js'); \ No newline at end of file diff --git a/src/components/usetoast/index.d.ts b/src/components/usetoast/index.d.ts index ee7ba7566..137abb9da 100644 --- a/src/components/usetoast/index.d.ts +++ b/src/components/usetoast/index.d.ts @@ -1 +1 @@ -export * from './useToast'; \ No newline at end of file +export * from './usetoast'; \ No newline at end of file diff --git a/src/components/usetoast/index.js b/src/components/usetoast/index.js index 8a8a9ec13..c41b27961 100644 --- a/src/components/usetoast/index.js +++ b/src/components/usetoast/index.js @@ -1,2 +1,2 @@ 'use strict'; -module.exports = require('./useToast.js'); \ No newline at end of file +module.exports = require('./usetoast.js'); \ No newline at end of file