Cherry pick

This commit is contained in:
Artur
2020-03-31 20:52:10 +03:00
parent 01b30b4ebb
commit bf3cfb62d1
+5
View File
@@ -93,6 +93,7 @@ import { ThermoMachine } from './interfaces/ThermoMachine';
import { TurbineComputer } from './interfaces/TurbineComputer';
import { Uplink } from './interfaces/Uplink';
import { VaultController } from './interfaces/VaultController';
import { Vending } from './interfaces/Vending';
import { Wires } from './interfaces/Wires';
import { AtmosRelief } from './interfaces/AtmosRelief';
@@ -510,6 +511,10 @@ const ROUTES = {
component: () => VaultController,
scrollable: false,
},
vending: {
component: () => Vending,
scrollable: true,
},
wires: {
component: () => Wires,
scrollable: false,