File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import SortableScreen from "./components/sortable";
11
11
import Concurrent1 from "./components/concurrent/Concurrent1" ;
12
12
import Concurrent2 from "./components/concurrent/Concurrent2" ;
13
13
import Concurrent3 from "./components/concurrent/Concurrent3" ;
14
- import Concurrent3After from "./components/concurrent/Concurrent3_after" ;
15
14
16
15
const Homepage = ( ) => {
17
16
return < div > use navigation on the left</ div > ;
@@ -92,7 +91,6 @@ function App() {
92
91
< Route path = "/concurrent1" component = { Concurrent1 } />
93
92
< Route path = "/concurrent2" component = { Concurrent2 } />
94
93
< Route path = "/concurrent3" component = { Concurrent3 } />
95
- < Route path = "/concurrent3-after" component = { Concurrent3After } />
96
94
</ div >
97
95
</ div >
98
96
</ Router > ;
You can’t perform that action at this time.
0 commit comments