mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
9 lines
180 B
JavaScript
9 lines
180 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
import TransformationEdit from './transformation-edit';
|
|
|
|
export default TransformationEdit.extend();
|