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