fix: add missing React import

This commit is contained in:
satyajit.happy
2019-10-03 19:04:54 +02:00
parent da944ccef9
commit ece6e3899e

View File

@@ -1,3 +1,5 @@
import * as React from 'react';
type Props = {
children: React.ReactElement;
};