Skip to content

Commit c2bbdd9

Browse files
committed
chore: remove ai-feedback component
1 parent 97b39ce commit c2bbdd9

File tree

2 files changed

+0
-166
lines changed

2 files changed

+0
-166
lines changed

src/app/generator/repo-tree-generator.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import type React from "react"
44

55
import { useCallback, useEffect, useMemo, useRef, useState } from "react"
66

7-
// import AIFeedback from "@/components/ai-feedback"
87
import InteractiveTreeView from "@/components/interactive-tree-view"
98
import PrivateReposDialog from "@/components/private-repos-dialog"
109
import { RepoGraphs } from "@/components/repo-graphs"
@@ -815,7 +814,6 @@ export default function RepoProjectStructure() {
815814
)}
816815
</div>
817816

818-
{/* <AIFeedback structureMap={structureMap} /> */}
819817
</div>
820818
</div>
821819
</CardContent>

src/components/ai-feedback.tsx

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

0 commit comments

Comments
 (0)