From 3ab9f0423e97af63da4bf6a13ffd786955bd5b3b Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 26 Oct 2023 21:55:55 +0200 Subject: refactor(hooks,providers): rewrite useAckee hook and AckeeProvider --- src/utils/providers/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/providers/index.ts') diff --git a/src/utils/providers/index.ts b/src/utils/providers/index.ts index 43641a1..640730f 100644 --- a/src/utils/providers/index.ts +++ b/src/utils/providers/index.ts @@ -1,2 +1,2 @@ -export * from './ackee'; +export * from './ackee-provider'; export * from './prism-theme'; -- cgit v1.2.3