import React, { Component } from 'react'; import {colors, media} from 'theme'; import CodeEditor from '../CodeEditor/CodeEditor'; class CodeExample extends Component { render() { const {children, code, loaded} = this.props; return (