diff --git a/frontend/src/resources/alerter/config.tsx b/frontend/src/resources/alerter/config.tsx index 05f56291b..3b455510b 100644 --- a/frontend/src/resources/alerter/config.tsx +++ b/frontend/src/resources/alerter/config.tsx @@ -1,4 +1,3 @@ -import { Config } from "@components/config/Config"; import { useRead, useWrite } from "@hooks"; import { Section } from "@layouts/page"; import { Types } from "@monitor/client"; @@ -38,7 +37,7 @@ export const AlerterConfig = () => { } > - + {/* */} ); } else { diff --git a/frontend/src/resources/repo/config.tsx b/frontend/src/resources/repo/config.tsx index 4a5c92959..1b64c3b46 100644 --- a/frontend/src/resources/repo/config.tsx +++ b/frontend/src/resources/repo/config.tsx @@ -1,4 +1,3 @@ -import { Config } from "@components/config/Config"; import { useRead, useWrite } from "@hooks"; import { Section } from "@layouts/page"; import { Types } from "@monitor/client"; @@ -33,7 +32,7 @@ export const RepoConfig = () => { } > - + {/* */} ); } else {