fix flow check

This commit is contained in:
Sebastian Sdorra
2018-08-30 11:40:53 +02:00
parent 55cb86084a
commit ec158e3d4d
12 changed files with 20 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ type State = {
};
type Plugin = {
id: string,
name: string,
bundles: string[]
};