added ui for sound settings
This commit is contained in:
14
src/components/SettingForms/Sound/SoundUploadCard.tsx
Normal file
14
src/components/SettingForms/Sound/SoundUploadCard.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import Card from "../../UI/Card";
|
||||
import CardHeader from "../../UI/CardHeader";
|
||||
import SoundUpload from "./SoundUpload";
|
||||
|
||||
const SoundUploadCard = () => {
|
||||
return (
|
||||
<Card className="p-4">
|
||||
<CardHeader title={"Sound upload"} />
|
||||
<SoundUpload />
|
||||
</Card>
|
||||
);
|
||||
};
|
||||
|
||||
export default SoundUploadCard;
|
||||
Reference in New Issue
Block a user