Revert "removed an unused import of boot.ts from main.ts in ui/analyse"

revert-8728-master
Thibault Duplessis 2021-04-25 08:42:57 +02:00 committed by GitHub
parent dcba65a973
commit d62fdca15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import { attributesModule, classModule, init } from 'snabbdom';
import boot from './boot';
import LichessChat from 'chat';
// eslint-disable-next-line no-duplicate-imports
import makeCtrl from './ctrl';
@ -34,6 +35,7 @@ export function start(opts: AnalyseOpts): AnalyseApi {
};
}
export { boot };
// that's for the rest of lichess to access chessground
// without having to include it a second time