"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.locators = void 0; var _overview = require("./overview"); var _monitor_detail = require("./monitor_detail"); var _edit_monitor = require("./edit_monitor"); var _settings = require("./settings"); /* * 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. */ const locators = [_overview.uptimeOverviewNavigatorParams, _monitor_detail.monitorDetailNavigatorParams, _edit_monitor.editMonitorNavigatorParams, _settings.syntheticsSettingsNavigatorParams]; exports.locators = locators;