/*! * Copyright (c) 2023, 2024, Oracle and/or its affiliates. */ /** * @file * * Contains the view of the single-color circle element with no text, just glyph. */ import ElementView from "./ElementView.mjs"; export default class TerminatorElementView extends ElementView { }