Step 11: Update i18n & code cleanup

This commit is contained in:
Travis Ralston 2022-03-28 14:33:09 -06:00
parent 7aeb2c3cde
commit ea6e6429ee
4 changed files with 15 additions and 11 deletions

View file

@ -3,6 +3,6 @@ export * from './client';
export * from './location';
export * from './platform';
export * from './test-utils';
// TODO @@TR: Export voice.ts, which currently isn't exported here because it causes all tests to depend on skinning
export * from './voice';
export * from './wrappers';
export * from './utilities';