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