Skip to content

Commit 9e6e0bd

Browse files
gaearonbvaughn
authored andcommitted
Update CodeEditor.js
1 parent 9ff7b97 commit 9e6e0bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/CodeEditor/CodeEditor.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
import React, {Component} from 'react';
1010
import ReactDOM from 'react-dom';
1111
import Remarkable from 'remarkable';
12-
// TODO: switch back to the upstream version of react-live
13-
// once https://github.com/FormidableLabs/react-live/issues/37 is fixed.
14-
import {LiveEditor, LiveProvider} from '@gaearon/react-live';
12+
import {LiveEditor, LiveProvider} from 'react-live';
1513
import {colors, media} from 'theme';
1614
import MetaTitle from 'templates/components/MetaTitle';
1715

0 commit comments

Comments
 (0)