Orderable

Summary: _typescript_

Reviewed By: priteshrnandgaonkar

Differential Revision: D16828817

fbshipit-source-id: 24e35d29730d2b336a478fee41baa84af2892d12
This commit is contained in:
Daniel Büchele
2019-08-20 03:18:32 -07:00
committed by Facebook Github Bot
parent 751b50c28f
commit 027a7f8336
3 changed files with 49 additions and 42 deletions

View File

@@ -7,7 +7,7 @@
import FlexColumn from './FlexColumn.js';
import styled from '../styled/index.js';
import Orderable from './Orderable.js';
import Orderable from './Orderable.tsx';
import FlexRow from './FlexRow.js';
import {colors} from './colors.tsx';
import Tab from './Tab.js';