This is an automated email from the ASF dual-hosted git repository. vogievetsky pushed a commit to branch explore_source in repository https://gitbox.apache.org/repos/asf/druid.git
commit feef8232513c225079a0047b32448091863d02fa Author: Vadim Ogievetsky <[email protected]> AuthorDate: Mon Aug 12 15:27:02 2024 -0700 fix --- web-console/_save/modules/index.ts | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/web-console/_save/modules/index.ts b/web-console/_save/modules/index.ts deleted file mode 100644 index 311f9fec3d8..00000000000 --- a/web-console/_save/modules/index.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -export * from './bar-chart-echarts-module'; -export * from './multi-axis-chart-echarts-module'; -export * from './pie-chart-echarts-module'; -export * from './table-react-module'; -export * from './time-chart-echarts-module'; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
