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 +};