import { Component } from "../component"; export class UnremovableComponent extends Component { static getId() { return "Unremovable"; } }