From 9a36e56d342256f335ce6308fe3908ebab43dccf Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sun, 28 Jul 2019 17:21:00 -0700 Subject: [PATCH] Added missing Flow header --- shells/dev/app/Iframe/index.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/shells/dev/app/Iframe/index.js b/shells/dev/app/Iframe/index.js index 12fbf4bbc7..8e4967ae5a 100644 --- a/shells/dev/app/Iframe/index.js +++ b/shells/dev/app/Iframe/index.js @@ -1,16 +1,18 @@ -import React from 'react'; +/** @flow */ + +import React, { Fragment } from 'react'; import ReactDOM from 'react-dom'; export default function Iframe() { return ( - <> +

Iframe

- +
); } @@ -45,7 +47,7 @@ function Frame(props) { }, []); return ( - <> +