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