Skip to content

Commit

Permalink
Export AppBase class to allow testing by external applications (#4183)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Valigursky <mvaligursky@snapchat.com>
  • Loading branch information
mvaligursky and Martin Valigursky authored Apr 7, 2022
1 parent f625626 commit 526a0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export { getTouchTargetCoords, Touch, TouchEvent } from './input/touch-event.js'
// FRAMEWORK
export * from './framework/constants.js';
export { script } from './framework/script.js';
export { app } from './framework/app-base.js';
export { AppBase, app } from './framework/app-base.js';
export { Application } from './framework/application.js';
export { AnimationComponent } from './framework/components/animation/component.js';
export { AnimationComponentSystem } from './framework/components/animation/system.js';
Expand Down

0 comments on commit 526a0bd

Please sign in to comment.