Skip to content

Commit 07cf789

Browse files
committed
remove unused example
1 parent 2d2f497 commit 07cf789

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/App.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import SortableScreen from "./components/sortable";
1111
import Concurrent1 from "./components/concurrent/Concurrent1";
1212
import Concurrent2 from "./components/concurrent/Concurrent2";
1313
import Concurrent3 from "./components/concurrent/Concurrent3";
14-
import Concurrent3After from "./components/concurrent/Concurrent3_after";
1514

1615
const Homepage = () => {
1716
return <div>use navigation on the left</div>;
@@ -92,7 +91,6 @@ function App() {
9291
<Route path="/concurrent1" component={Concurrent1} />
9392
<Route path="/concurrent2" component={Concurrent2} />
9493
<Route path="/concurrent3" component={Concurrent3} />
95-
<Route path="/concurrent3-after" component={Concurrent3After} />
9694
</div>
9795
</div>
9896
</Router>;

0 commit comments

Comments
 (0)