import AutoSaveManager from './auto-save'; import TimedActionManager from './timed-actions'; import * as Cache from './cache'; export default { AutoSaveManager, TimedActionManager, Cache, }