renaming app directory
This commit is contained in:
7
app/src/context/appContext/AppContextProps.interface.ts
Normal file
7
app/src/context/appContext/AppContextProps.interface.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Action } from './reducer';
|
||||
import { AppContextState } from './AppContextState.interface';
|
||||
|
||||
export interface AppContextProps {
|
||||
state: AppContextState;
|
||||
dispatch: React.Dispatch<Action>;
|
||||
}
|
||||
Reference in New Issue
Block a user