Added missing @flow

This commit is contained in:
Federico Kereki
2018-07-09 08:46:51 -03:00
parent b23f315008
commit 644f77888c
3 changed files with 6 additions and 0 deletions
@@ -1,3 +1,5 @@
/* @flow */
import React from "react";
import { storiesOf } from "@storybook/react";
import { action } from "@storybook/addon-actions";
@@ -1,3 +1,5 @@
/* @flow */
export const NORMAL_COLOR = "green";
export const NORMAL_TEXT = "yellow";
@@ -1,3 +1,5 @@
/* @flow */
import React from "react";
import { storiesOf } from "@storybook/react";
import { action } from "@storybook/addon-actions";