o2system-venus-ui
Version:
O2System User Interface Framework
16 lines (15 loc) • 483 B
JavaScript
/**
* This file is part of the O2System Venus UI Framework package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Steeve Andrian Salim
* @copyright Copyright (c) Steeve Andrian Salim
*/
// ------------------------------------------------------------------------
import UserInterface from './UserInterface';
/**
* UserInterface Object
*/
export default UserInterface;