/**
 * Implementation of a redux feature to manage authoring layouts.
 *
 * @packageDocumentation
 */
export { VERSION } from './version';
export * from './state/auth-layout/index';
