Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit 7f63bcc

Browse files
Update index.tsx
1 parent 7afd982 commit 7f63bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import 'react-app-polyfill/ie11';
22
import * as React from 'react';
33
import * as ReactDOM from 'react-dom';
4-
import { Thing } from '../.';
4+
import Editor from '../dist/index';
55

66
const App = () => {
77
return (
88
<div>
9-
<Thing />
9+
<Editor id="10" modelsInfo={[]} />
1010
</div>
1111
);
1212
};

0 commit comments

Comments
 (0)