updated NPED code
This commit is contained in:
@@ -3,6 +3,7 @@ import "react-tabs/style/react-tabs.css";
|
||||
import NPEDCard from "../components/SettingForms/NPED/NPEDCard";
|
||||
import SettingForms from "../components/SettingForms/SettingForms/SettingForms";
|
||||
import NPEDHotlistCard from "../components/SettingForms/NPED/NPEDHotlistCard";
|
||||
import { Toaster } from "sonner";
|
||||
|
||||
const SystemSettings = () => {
|
||||
return (
|
||||
@@ -24,6 +25,7 @@ const SystemSettings = () => {
|
||||
</div>
|
||||
</TabPanel>
|
||||
</Tabs>
|
||||
<Toaster />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user