feat(mobx): migrate audio settings

This commit is contained in:
Paul Makles
2021-12-16 22:05:31 +00:00
parent c7df0088fc
commit 120e6a35d8
13 changed files with 147 additions and 188 deletions

View File

@@ -78,11 +78,10 @@ export function UI() {
render(
<>
<Theme>
<UIDemo>
<UI />
</UIDemo>
</Theme>
<UIDemo>
<UI />
</UIDemo>
<Theme />
</>,
document.getElementById("app")!,
);