/*!
 * V4Fire Client Core
 * https://github.com/V4Fire/Client
 *
 * Released under the MIT license
 * https://github.com/V4Fire/Client/blob/master/LICENSE
 */

import 'core/prelude/webpack';
import '@v4fire/core/core/prelude';
import 'core/prelude/dom';

//#if runtime has prelude/test-env
import 'core/prelude/test-env';
//#endif
