mirror of
https://github.com/status-im/consul.git
synced 2025-02-12 05:36:55 +00:00
9 lines
187 B
JavaScript
9 lines
187 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
import Component from '@glimmer/component';
|
|
|
|
export default class TopologyMetricsButton extends Component {}
|