{input.type === 'warehouse' &&
}
{input.type === 'cylinder' &&
}
{input.type === 'vault' &&
}
{input.type === 'dome' &&
}
{input.type === 'sign' &&
}
{input.type === 'bar' &&
}
{input.type === 'bridge' &&
}
{input.type === 'tower' &&
}
{input.type === 'isolatedRoof' &&
}
{input.type === 'dynamics' &&
}
{input.type === 'piperack' &&
}
);
}