Skip to content

Commit 526a0bd

Browse files
mvaligurskyMartin Valigursky
andauthored
Export AppBase class to allow testing by external applications (#4183)
Co-authored-by: Martin Valigursky <[email protected]>
1 parent f625626 commit 526a0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export { getTouchTargetCoords, Touch, TouchEvent } from './input/touch-event.js'
211211
// FRAMEWORK
212212
export * from './framework/constants.js';
213213
export { script } from './framework/script.js';
214-
export { app } from './framework/app-base.js';
214+
export { AppBase, app } from './framework/app-base.js';
215215
export { Application } from './framework/application.js';
216216
export { AnimationComponent } from './framework/components/animation/component.js';
217217
export { AnimationComponentSystem } from './framework/components/animation/system.js';

0 commit comments

Comments
 (0)