mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
import SecretLink from './secret-link';
|
|
|
|
export default SecretLink.extend({
|
|
class: 'toolbar-button',
|
|
glyph: 'chevron-right',
|
|
});
|