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