"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "categorizeFieldAction", { enumerable: true, get: function () { return _categorize_field_actions.categorizeFieldAction; } }); exports.default = void 0; var _log_categorization_app_state = require("./log_categorization_app_state"); var _categorize_field_actions = require("./categorize_field_actions"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ // required for dynamic import using React.lazy() // eslint-disable-next-line import/no-default-export var _default = _log_categorization_app_state.LogCategorizationAppState; exports.default = _default;