From 4bddafc7077f531c69b276c32792351042cb9bb7 Mon Sep 17 00:00:00 2001 From: Victor Zhou Date: Tue, 30 Jul 2019 01:43:18 -0400 Subject: [PATCH] Add missing @flow comment --- src/components/Post/Author/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Post/Author/index.js b/src/components/Post/Author/index.js index 975986f..7fe4910 100644 --- a/src/components/Post/Author/index.js +++ b/src/components/Post/Author/index.js @@ -1 +1,2 @@ +// @flow export { default } from './Author';