more fixes

This commit is contained in:
Arjun Patel
2022-02-10 15:39:50 -08:00
parent 901df9ef8d
commit 3e036bceb5
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@ export enum DemoStep {
export interface IVoiceDemoProps {
demoStep: DemoStep;
handleChangeDemoStep: Function;
handleChangeDemoStep: (newStep: DemoStep) => void;
}
export default function VoiceLineConceptDemo() {