Files
react.dev/src/components/CodeEditor/index.js
2017-10-04 14:56:10 -07:00

15 lines
290 B
JavaScript

/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
'use strict';
import CodeEditor from './CodeEditor';
export default CodeEditor;