mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
tgui-next smartfridge (#47364)
* tgui-next smartfridge * 0 * changes as requested * aaaa
This commit is contained in:
@@ -26,6 +26,7 @@ import { DisposalUnit } from './interfaces/DisposalUnit';
|
||||
import { KitchenSink } from './interfaces/KitchenSink';
|
||||
import { Mint } from './interfaces/Mint';
|
||||
import { ShuttleManipulator } from './interfaces/ShuttleManipulator';
|
||||
import { SmartVend } from './interfaces/SmartVend';
|
||||
import { ThermoMachine } from './interfaces/ThermoMachine';
|
||||
import { VaultController } from './interfaces/VaultController';
|
||||
import { Wires } from './interfaces/Wires';
|
||||
@@ -143,6 +144,10 @@ const ROUTES = {
|
||||
component: () => ShuttleManipulator,
|
||||
scrollable: true,
|
||||
},
|
||||
smartvend: {
|
||||
component: () => SmartVend,
|
||||
scrollable: true,
|
||||
},
|
||||
thermomachine: {
|
||||
component: () => ThermoMachine,
|
||||
scrollable: false,
|
||||
|
||||
Reference in New Issue
Block a user