chore: lint
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user