chore: lint

This commit is contained in:
karishmas6
2024-07-24 21:34:58 +05:30
parent d0442381c9
commit 223cb01d8f

View File

@@ -34,4 +34,4 @@ export const useActionContext = () => {
throw new Error('useActionContext must be used within an ActionProvider'); throw new Error('useActionContext must be used within an ActionProvider');
} }
return context; return context;
}; };