rm old config stuff

This commit is contained in:
karamvir
2023-08-15 15:17:00 -07:00
parent 402a7a730d
commit bcfb847412
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
import { Config } from "@components/config/Config";
import { useRead, useWrite } from "@hooks"; import { useRead, useWrite } from "@hooks";
import { Section } from "@layouts/page"; import { Section } from "@layouts/page";
import { Types } from "@monitor/client"; import { Types } from "@monitor/client";
@@ -38,7 +37,7 @@ export const AlerterConfig = () => {
</div> </div>
} }
> >
<Config config={alerter?.config as any} update={update} set={set} /> {/* <Config config={alerter?.config as any} update={update} set={set} /> */}
</Section> </Section>
); );
} else { } else {

View File

@@ -1,4 +1,3 @@
import { Config } from "@components/config/Config";
import { useRead, useWrite } from "@hooks"; import { useRead, useWrite } from "@hooks";
import { Section } from "@layouts/page"; import { Section } from "@layouts/page";
import { Types } from "@monitor/client"; import { Types } from "@monitor/client";
@@ -33,7 +32,7 @@ export const RepoConfig = () => {
</div> </div>
} }
> >
<Config config={repo?.config as any} update={update} set={set} /> {/* <Config config={repo?.config as any} update={update} set={set} /> */}
</Section> </Section>
); );
} else { } else {