4 lines
233 B
TypeScript
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; }
|