mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-15 19:17:02 +02:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
import OuterHTML from './outer-html';
|
|
|
|
export default OuterHTML.extend({
|
|
title: null,
|
|
message: null,
|
|
});
|