Add phone components
Add mocks
This commit is contained in:
11
src/Components/Phone/display-device-state.tsx
Normal file
11
src/Components/Phone/display-device-state.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { DeviceState } from '../../Hooks/voice-state';
|
||||
|
||||
export default function DisplayDeviceState({deviceState}: {deviceState: DeviceState})
|
||||
{
|
||||
return(
|
||||
<div>
|
||||
Device is currently {deviceState}.
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user