import { Component } from "./component"; export class SystemStateComponent extends Component { static isSystemStateComponent = true; }