import { ChartExpViewBase } from '../../../view/chartexpview-base';
/**
 * 图表导航
 *
 * @author chitanda
 * @date 2022-06-20 16:06:19
 * @export
 * @class AppChartExpViewBase
 * @extends {ChartExpViewBase}
 */
export class AppChartExpViewBase extends ChartExpViewBase {
}
