Reverts crafting changes

This commit is contained in:
Artur
2020-01-16 14:26:36 +02:00
parent 6500d0d9a9
commit 1f718df41a
4 changed files with 116 additions and 132 deletions
File diff suppressed because one or more lines are too long
-5
View File
@@ -53,7 +53,6 @@ import { OperatingComputer } from './interfaces/OperatingComputer';
import { OreBox } from './interfaces/OreBox';
import { OreRedemptionMachine } from './interfaces/OreRedemptionMachine';
import { Pandemic } from './interfaces/Pandemic';
import { PersonalCrafting } from './interfaces/PersonalCrafting';
import { PortableGenerator } from './interfaces/PortableGenerator';
import { PortablePump, PortableScrubber } from './interfaces/PortableAtmos';
import { PowerMonitor } from './interfaces/PowerMonitor';
@@ -314,10 +313,6 @@ const ROUTES = {
component: () => Pandemic,
scrollable: true,
},
personal_crafting: {
component: () => PersonalCrafting,
scrollable: true,
},
portable_generator: {
component: () => PortableGenerator,
scrollable: false,