updated forms along with addg tabs
This commit is contained in:
14
src/components/SettingForms/Channel1-JSON/ChannelCard.tsx
Normal file
14
src/components/SettingForms/Channel1-JSON/ChannelCard.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import Card from "../../UI/Card";
|
||||
import CardHeader from "../../UI/CardHeader";
|
||||
import ChannelFields from "./ChannelFields";
|
||||
|
||||
const ChannelCard = () => {
|
||||
return (
|
||||
<Card>
|
||||
<CardHeader title="Channel 1 (JSON)" />
|
||||
<ChannelFields />
|
||||
</Card>
|
||||
);
|
||||
};
|
||||
|
||||
export default ChannelCard;
|
||||
Reference in New Issue
Block a user