remove unnecessary children in Interface
This commit is contained in:
@@ -8,7 +8,6 @@ import { GlobalStyles } from 'ts/globalStyles';
|
||||
|
||||
interface BaseProps {
|
||||
context: any;
|
||||
children: React.ReactNode;
|
||||
}
|
||||
|
||||
const Base: React.StatelessComponent<BaseProps> = props => (
|
||||
|
Reference in New Issue
Block a user