chore: fold duplicate web settings exports
Some checks failed
sf self-deploy / build, test, and publish server image (push) Failing after 10m14s
sf self-deploy / deploy test and probe (push) Has been skipped
sf self-deploy / promote prod (push) Has been skipped

This commit is contained in:
Mikael Hugo 2026-05-18 05:15:34 +02:00
parent 703e34c2a0
commit 9861a8bf5a

View file

@ -1670,11 +1670,3 @@ export function ExperimentalPanel() {
</div>
);
}
// ═══════════════════════════════════════════════════════════════════════
// LEGACY EXPORTS
// ═══════════════════════════════════════════════════════════════════════
// Legacy exports for backward compatibility with sf-prefs mega-scroll
export const TerminalSizePanel = GeneralPanel;
export const EditorSizePanel = () => null;