mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 15:47:47 +00:00
This PR takes The Bulldozer Approach (R): removes the old toolbox and lots of associated code, though not all of it. Subsequent cleanups will follow.
7 lines
322 B
JavaScript
7 lines
322 B
JavaScript
export { default as ToolbarButton } from './ToolbarButton';
|
|
export { default as ToolbarButtonV2 } from './ToolbarButtonV2';
|
|
export { default as ToolbarButtonWithDialog }
|
|
from './ToolbarButtonWithDialog';
|
|
export { default as ToolboxFilmstrip } from './ToolboxFilmstrip';
|
|
export { default as Toolbox } from './Toolbox';
|