Skip to content

Commit 5ba9ae9

Browse files
removing unused code
1 parent c242cd3 commit 5ba9ae9

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

src/components/ControlPlane/FluxList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function FluxList() {
2222
data: gitReposData,
2323
error: repoErr,
2424
isLoading: repoIsLoading,
25-
} = useResource(FluxRequest); //404 if component not enabled`
25+
} = useResource(FluxRequest); //404 if component not enabled
2626
const {
2727
data: kustmizationData,
2828
error: kustomizationErr,

src/lib/api/types/landscaper/hooks.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)