We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefe6ad commit 68c8772Copy full SHA for 68c8772
workspaces/simon-game/src/app/components/App.tsx
@@ -4,8 +4,9 @@ import playSound from "../util/playSound.ts";
4
5
import { Box } from "./Box.tsx";
6
7
+let audioContext: AudioContext | null = null;
8
+
9
export function App() {
- let audioContext: AudioContext | null = null;
10
return (
11
<div>
12
{buttonSoundConfig.frequencies.map((freq, index) => (
0 commit comments