Skip to content

Commit 31d77a8

Browse files
author
Zhou
committed
fix bug
1 parent 4bf6e43 commit 31d77a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/App.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import logo from './logo.svg';
22
import './App.css';
3-
import { Stage, Sprite } from '@inlet/react-pixi';
43

54
function App() {
65
return (
@@ -18,9 +17,6 @@ function App() {
1817
>
1918
Learn React
2019
</a>
21-
<Stage>
22-
<Sprite image="./bunny.png" x={100} y={100} />
23-
</Stage>
2420
</header>
2521
</div>
2622
);

0 commit comments

Comments
 (0)