Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit fb5ca8d

Browse files
author
DEWITTE Pierre-Alban
committed
[React]Updating exampel to work with last MyScriptJS version
1 parent a0c6e03 commit fb5ca8d

File tree

2 files changed

+2723
-1176
lines changed

2 files changed

+2723
-1176
lines changed

react-integration-examples/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { Component } from 'react';
22
import logo from './logo.svg';
33
import './App.css';
4-
import * as MyScriptJS from 'myscript/src/myscript'
4+
import * as MyScriptJS from 'myscript'
55
import 'myscript/dist/myscript.min.css';
66

77
const editorStyle = {

0 commit comments

Comments
 (0)