From 09433ed4b41c1376c4ea2f5afdb6d1c52385279b Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 24 Jul 2024 19:31:20 +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 0a22c9c0..c9ac784c 100644 --- a/src/context/browserActions.tsx +++ b/src/context/browserActions.tsx @@ -40,4 +40,4 @@ export const ActionProvider: React.FC = ({ children }) => { {children} ); -}; +}; \ No newline at end of file