mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
import TransformBase from './transform-edit-base';
|
|
|
|
export default TransformBase.extend({});
|