mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(welcome): harmonize submenu with other routes (#22803)
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
*/
|
||||
import shortid from 'shortid';
|
||||
import rison from 'rison';
|
||||
import { SupersetClient, t } from '@superset-ui/core';
|
||||
import { FeatureFlag, SupersetClient, t } from '@superset-ui/core';
|
||||
import invert from 'lodash/invert';
|
||||
import mapKeys from 'lodash/mapKeys';
|
||||
import { isFeatureEnabled, FeatureFlag } from 'src/featureFlags';
|
||||
import { isFeatureEnabled } from 'src/featureFlags';
|
||||
|
||||
import { now } from 'src/utils/dates';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user