mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 23:21:08 +02:00
9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
import ActivityComponent from '../activity';
|
|
|
|
export default class ClientsOverviewPageComponent extends ActivityComponent {}
|