mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
feat: move ace-editor and mathjs to async modules (#10837)
Follow up on #10831, move brace and mathjs to async modules so that the initial page load for dashboards most pages can be faster.
This commit is contained in:
@@ -23,10 +23,10 @@ import Button from 'src/components/Button';
|
||||
import { t } from '@superset-ui/core';
|
||||
|
||||
import Label from 'src/components/Label';
|
||||
import PopoverSection from 'src/components/PopoverSection';
|
||||
import Checkbox from 'src/components/Checkbox';
|
||||
import ControlHeader from '../ControlHeader';
|
||||
import SelectControl from './SelectControl';
|
||||
import PopoverSection from '../../../components/PopoverSection';
|
||||
import Checkbox from '../../../components/Checkbox';
|
||||
|
||||
const spatialTypes = {
|
||||
latlong: 'latlong',
|
||||
|
||||
Reference in New Issue
Block a user