2021-11-04 19:58:37 +00:00
|
|
|
import Start from './start';
|
|
|
|
import Tunnel1 from './tunnel1';
|
2021-11-05 13:28:01 +00:00
|
|
|
import tunnel2 from './tunnel2';
|
2021-11-04 19:58:37 +00:00
|
|
|
|
|
|
|
export default [
|
|
|
|
Start,
|
2021-11-05 13:28:01 +00:00
|
|
|
Tunnel1,
|
|
|
|
tunnel2
|
2021-11-04 19:58:37 +00:00
|
|
|
];
|