refactor: Remove unimplemented APIs from @apache-superset/core (#36952)

This commit is contained in:
Michael S. Molina
2026-01-07 14:17:06 -03:00
committed by GitHub
parent 5edaed2e5b
commit 7a5441bc7a
13 changed files with 37 additions and 404 deletions

View File

@@ -202,7 +202,6 @@ import {
authentication,
core,
commands,
environment,
extensions,
sqlLab,
} from 'src/extensions';
@@ -213,7 +212,6 @@ export default function setupExtensionsAPI() {
authentication,
core,
commands,
environment,
extensions,
sqlLab,
};