mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
UI ember engines (#6718)
Adds replication engine and core in-repo addon
This commit is contained in:
8
ui/lib/core/addon/components/page-header.js
Normal file
8
ui/lib/core/addon/components/page-header.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import Component from '@ember/component';
|
||||
import layout from '../templates/components/page-header';
|
||||
|
||||
export default Component.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
hasLevel: true,
|
||||
});
|
||||
Reference in New Issue
Block a user