/**
 * Enclave
 *
 * available throughout the app
 */
var Enclave = {
    params: {},
    locale: {}
};
