Summary: _typescript_

Reviewed By: bnelo12

Differential Revision: D16830543

fbshipit-source-id: f0ed2744186d8133bf551c6ed7165952a269ca68
This commit is contained in:
Daniel Büchele
2019-08-20 03:18:32 -07:00
committed by Facebook Github Bot
parent 17675ec348
commit 4dd1a954c9
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@
* @format
*/
import FlexBox from './FlexBox.tsx';
import styled from '../styled/index.js';
import FlexBox from './FlexBox';
import styled from 'react-emotion';
export default styled(FlexBox)({
height: '100%',