Fixed children Flow type for layout template

This commit is contained in:
Brian Vaughn
2017-11-29 13:21:57 -08:00
committed by GitHub
parent f92249c8b7
commit 2a165e7e88

View File

@@ -25,7 +25,7 @@ import 'css/reset.css';
import 'css/algolia.css';
type Props = {
children: any, // I don't think this is a Node type
children: Function,
location: Location,
};