refactor(html): implement hook-style component architecture for PlayButton and MuteButton (gradual migration to more shareable with React).

This commit is contained in:
Christian Pillsbury
2025-09-08 17:15:40 -07:00
committed by Christian Pillsbury
parent c54945fd58
commit 74dea64ddd
14 changed files with 261 additions and 261 deletions
@@ -82,4 +82,4 @@ export const PlayButton = toConnectedComponent(
renderPlayButton,
'PlayButton',
);
export default PlayButton;
export default PlayButton;