diff --git a/src/layouts/index.js b/src/layouts/index.js index 7cb6abef..3630653b 100644 --- a/src/layouts/index.js +++ b/src/layouts/index.js @@ -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, };