Interactive

Summary: _typescript_

Reviewed By: passy

Differential Revision: D16830548

fbshipit-source-id: d0530ef3491af95bece7fba610a4b1cf19c80bd1
This commit is contained in:
Daniel Büchele
2019-08-20 03:18:32 -07:00
committed by Facebook Github Bot
parent e00db4f6d3
commit 28a295bcf1
4 changed files with 97 additions and 89 deletions

View File

@@ -5,7 +5,7 @@
* @format
*/
import Interactive from './Interactive.js';
import Interactive from './Interactive';
import FlexColumn from './FlexColumn.js';
import {colors} from './colors';
import {Component} from 'react';