mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 11:37:04 +02:00
8 lines
151 B
JavaScript
8 lines
151 B
JavaScript
import OuterHTML from './outer-html';
|
|
import Component from '@ember/component';
|
|
|
|
export default OuterHTML.extend({
|
|
title: null,
|
|
message: null,
|
|
});
|