chore: lint

This commit is contained in:
karishmas6
2024-09-24 12:10:04 +05:30
parent 044031260c
commit 4ad5b46fd3

View File

@@ -9,7 +9,7 @@ interface ProviderProps {
interface ActionType { interface ActionType {
type: 'LOGIN' | 'LOGOUT'; type: 'LOGIN' | 'LOGOUT';
payload?: any; payload?: any;
} }
type InitialStateType = { type InitialStateType = {
user: any; user: any;