Browse Source

Update CodeEditor.js

main
Dan Abramov 7 years ago
committed by Brian Vaughn
parent
commit
9e6e0bddb1
  1. 4
      src/components/CodeEditor/CodeEditor.js

4
src/components/CodeEditor/CodeEditor.js

@ -9,9 +9,7 @@
import React, {Component} from 'react';
import ReactDOM from 'react-dom';
import Remarkable from 'remarkable';
// TODO: switch back to the upstream version of react-live
// once https://github.com/FormidableLabs/react-live/issues/37 is fixed.
import {LiveEditor, LiveProvider} from '@gaearon/react-live';
import {LiveEditor, LiveProvider} from 'react-live';
import {colors, media} from 'theme';
import MetaTitle from 'templates/components/MetaTitle';

Loading…
Cancel
Save