1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-10 02:22:49 +00:00

data persistence changes

This commit is contained in:
2017-10-26 19:39:11 -05:00
parent f584a5a2f9
commit bfce7938e9
4 changed files with 53 additions and 32 deletions

View File

@@ -8,8 +8,6 @@ interface Props {
AppState?: AppState;
}
declare const VERSION: any;
@inject('AppState')
@observer
export class Header extends React.Component<Props, any> {