export class AppConstants {
  static readonly UPDATE_CONTENT: string = 'APP_UPDATE_CONTENT';
}
