react-app-tools-telesoho
Version:
Boilerplate and tooling for JavaScript application development with React
13 lines (11 loc) • 332 B
JavaScript
/**
* React App SDK (https://github.com/kriasoft/react-app)
*
* Copyright © 2015-present Kriasoft, LLC. All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE.txt file in the root directory of this source tree.
*/
module.exports = () => new Promise(resolve => {
resolve();
});