Removes uplink

This commit is contained in:
Artur
2020-01-16 12:32:46 +02:00
parent c05ee11533
commit 329b37cd67
2 changed files with 2 additions and 8 deletions
File diff suppressed because one or more lines are too long
-6
View File
@@ -74,7 +74,6 @@ import { Tank } from './interfaces/Tank';
import { TankDispenser } from './interfaces/TankDispenser';
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';
@@ -403,11 +402,6 @@ const ROUTES = {
component: () => TurbineComputer,
scrollable: false,
},
uplink: {
component: () => Uplink,
scrollable: true,
theme: 'syndicate',
},
vault_controller: {
component: () => VaultController,
scrollable: false,