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/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils/constants.ts') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index e642af9..464db3f 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -30,3 +30,7 @@ export const ROUTES = { } as const; // cSpell:ignore legales thematique developpement + +export const STORAGE_KEY = { + ACKEE: 'ackee-tracking', +} as const; -- cgit v1.2.3