This commit is contained in:
Jori Lallo
2017-12-03 19:29:04 -08:00
parent f3e3e6d2ca
commit 42d5686182

View File

@@ -8,6 +8,7 @@ import PageTitle from 'components/PageTitle';
type Props = {
location?: Location,
children?: ?React.Element<any>,
};
@observer