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