Implement logout

This commit is contained in:
Willem Dantuma
2020-06-24 13:08:13 +02:00
parent 6f52302875
commit 1187ee9fd6
4 changed files with 56 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ export interface State {
fullScreen: boolean,
routeLoading:boolean,
menuVisible: boolean,
userPackages: IPackages
userPackages: IPackages,
}
export const initialState: State = {