model/UxModel.js

/**
 * @copyright 2020 Tridium, Inc. All Rights Reserved.
 * @author Logan Byam
 */

/* eslint-env browser */

/**
 * API Status: **Deprecated**
 *
 * Relocated to `bajaux/model/UxModel`.
 *
 * @module nmodule/bajaui/rc/model/UxModel
 */
define([
  'log!nmodule.bajaui.model.UxModel',
  'bajaux/model/UxModel'
], function (log, UxModel) {

  'use strict';

  log.severe('Please update dependencies: nmodule/bajaui/rc/model/UxModel -> bajaux/model/UxModel');

  return UxModel;
});