From bcfb8474120c80857fb72d2e18afce0d870a1921 Mon Sep 17 00:00:00 2001 From: karamvir Date: Tue, 15 Aug 2023 15:17:00 -0700 Subject: [PATCH] rm old config stuff --- frontend/src/resources/alerter/config.tsx | 3 +-- frontend/src/resources/repo/config.tsx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 {