run prettier

This commit is contained in:
Peng Xiao
2022-07-03 21:38:09 +08:00
parent d237837641
commit d00a3dbff2
40 changed files with 213 additions and 125 deletions

View File

@@ -3,5 +3,5 @@ import type { TLReactShape } from './TLReactShape'
import type { TLReactEventMap } from '~types'
export class TLReactApp<S extends TLReactShape = TLReactShape> extends TLApp<S, TLReactEventMap> {
pubEvent?: any
pubEvent?: any
}