feat: voice dashboard

This commit is contained in:
Tristan Yang
2023-03-24 11:05:51 +08:00
parent ecfa3b8f24
commit da00f3b797
10 changed files with 100 additions and 32 deletions
@@ -0,0 +1,11 @@
import React from 'react';
type Props = {}
const VoiceManagement = (props: Props) => {
return (
<div>VoiceManagement</div>
);
};
export default VoiceManagement;