aethex-studio/components/StudioBottomPanel.tsx
2026-01-27 06:16:41 +00:00

4 lines
233 B
TypeScript

// StudioBottomPanel is now obsolete and handled by ConsolePanel. This file is intentionally left blank.
// This file is kept only to avoid import errors during refactor.
export default function StudioBottomPanel() { return null; }