Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

13 lines
276 B
TypeScript

import { getDispatch } from '../lib/teact/teactn';
import { DEBUG } from '../config';
export { default as Main } from '../components/main/Main';
if (DEBUG) {
// eslint-disable-next-line no-console
console.log('>>> FINISH LOAD MAIN BUNDLE');
}
getDispatch().initApi();