Add dtmf buttons unstyled

This commit is contained in:
2020-02-15 16:29:49 -05:00
parent fd8b82cf9f
commit ed2bd2537a
10 changed files with 63 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { DeviceState } from '../../Hooks/voice-state';
import { DeviceState } from '../../hooks/voice-state';
export default function DisplayDeviceState({deviceState}: {deviceState: DeviceState})
{