CodeBlock
Summary: _typescript_ Reviewed By: bnelo12 Differential Revision: D16830550 fbshipit-source-id: 547cb13e8dffab6d2f82bef1135d27faa5730b43
This commit is contained in:
committed by
Facebook Github Bot
parent
11f6b84b94
commit
134a1d8a47
@@ -5,7 +5,7 @@
|
|||||||
* @format
|
* @format
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import styled from '../styled/index.js';
|
import styled from 'react-emotion';
|
||||||
|
|
||||||
export default styled('div')({
|
export default styled('div')({
|
||||||
fontFamily: 'monospace',
|
fontFamily: 'monospace',
|
||||||
@@ -77,7 +77,7 @@ export {default as Select} from './components/Select.tsx';
|
|||||||
export {default as Checkbox} from './components/Checkbox.tsx';
|
export {default as Checkbox} from './components/Checkbox.tsx';
|
||||||
|
|
||||||
// code
|
// code
|
||||||
export {default as CodeBlock} from './components/CodeBlock.js';
|
export {default as CodeBlock} from './components/CodeBlock.tsx';
|
||||||
|
|
||||||
// error
|
// error
|
||||||
export {default as ErrorBlock} from './components/ErrorBlock.tsx';
|
export {default as ErrorBlock} from './components/ErrorBlock.tsx';
|
||||||
|
|||||||
Reference in New Issue
Block a user