From d7a3f23ab2075ff86270575c831404a880a80b86 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 8 Aug 2024 00:26:32 +0530 Subject: [PATCH] chore: lint --- src/context/browserActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/browserActions.tsx b/src/context/browserActions.tsx index b05d8220..5a7c12b5 100644 --- a/src/context/browserActions.tsx +++ b/src/context/browserActions.tsx @@ -41,4 +41,4 @@ export const useActionContext = () => { throw new Error('useActionContext must be used within an ActionProvider'); } return context; -}; \ No newline at end of file +};