From 223cb01d8f4eef58be20e7945180ef693506d9e0 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 24 Jul 2024 21:34:58 +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 ca08b816..50d86777 100644 --- a/src/context/browserActions.tsx +++ b/src/context/browserActions.tsx @@ -34,4 +34,4 @@ export const useActionContext = () => { throw new Error('useActionContext must be used within an ActionProvider'); } return context; -}; +}; \ No newline at end of file