From 8ec736be769c4da71b9e3c46ac4f44bf48bc6a1d Mon Sep 17 00:00:00 2001 From: zhixzhan <49866537+zhixzhan@users.noreply.github.com> Date: Mon, 26 Aug 2019 17:26:10 +0800 Subject: [PATCH] lg first commit --- example/index.js | 4 ++-- package.json | 3 +-- yarn.lock | 7 +++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/example/index.js b/example/index.js index c26cd5c0..3228870b 100644 --- a/example/index.js +++ b/example/index.js @@ -1,6 +1,6 @@ import React from "react"; import { render } from "react-dom"; -import MonacoEditor, { MonacoDiffEditor } from "react-monaco-editor"; +import MonacoEditor, { MonacoDiffEditor } from "../src/index"; class CodeEditor extends React.Component { constructor() { @@ -67,7 +67,7 @@ class CodeEditor extends React.Component {