Block
Summary: _typescript_ Reviewed By: bnelo12 Differential Revision: D16830542 fbshipit-source-id: 9bc5a3d7b9967b30537fb073383d3eb0aaf0d11e
This commit is contained in:
committed by
Facebook Github Bot
parent
134a1d8a47
commit
eaceddbb32
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import styled from '../styled/index.js';
|
||||
import styled from 'react-emotion';
|
||||
|
||||
export default styled('div')({
|
||||
display: 'block',
|
||||
@@ -114,7 +114,7 @@ export {
|
||||
// utility elements
|
||||
export {default as View} from './components/View.tsx';
|
||||
export {default as ViewWithSize} from './components/ViewWithSize.tsx';
|
||||
export {default as Block} from './components/Block.js';
|
||||
export {default as Block} from './components/Block.tsx';
|
||||
export {default as FocusableBox} from './components/FocusableBox.tsx';
|
||||
export {default as Sidebar} from './components/Sidebar.tsx';
|
||||
export {default as SidebarLabel} from './components/SidebarLabel.tsx';
|
||||
|
||||
Reference in New Issue
Block a user