0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

chore: fix flow

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-17 21:25:19 +01:00
parent 6ebebcb023
commit 403cb6b584
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -5,5 +5,5 @@
export interface IProps {
text: string;
children: any;
children?: any;
}