fix wrong comment ordering

This commit is contained in:
Sebastian Sdorra
2018-08-30 09:46:03 +02:00
parent 6f57899687
commit dca8fcbde1

View File

@@ -24,12 +24,14 @@ type Props = {
error: Error,
config: Config,
configUpdatePermission: boolean,
// dispatch functions
modifyConfig: (config: Config, callback?: () => void) => void,
// context objects
t: string => string,
fetchConfig: void => void,
configReset: void => void,
// context objects
t: string => string,
history: History
};