mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
import LinkComponent from '@ember/routing/link-component';
|
|
|
|
LinkComponent.reopen({
|
|
activeClass: 'is-active',
|
|
});
|
|
|
|
export default LinkComponent;
|