chore: lint

This commit is contained in:
karishmas6
2024-08-08 00:26:32 +05:30
parent 5caeefc83e
commit d7a3f23ab2

View File

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