Skip to content

Commit df2a78f

Browse files
committed
Remove unused components and duplicate files
- Delete mode-toggle, example-canvas (todo UI), headless-chat - Remove duplicate root skills/ dir (agent uses apps/agent/skills/) - Clean up ExampleLayout interface and page.tsx imports
1 parent c0b881a commit df2a78f

12 files changed

Lines changed: 1 addition & 2793 deletions

File tree

apps/app/src/app/page.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import { useEffect } from "react";
44
import { ExampleLayout } from "@/components/example-layout";
5-
import { ExampleCanvas } from "@/components/example-canvas";
65
import { useGenerativeUIExamples, useExampleSuggestions } from "@/hooks";
76

87
import { CopilotChat } from "@copilotkit/react-core/v2";
@@ -74,10 +73,7 @@ export default function HomePage() {
7473
</div>
7574
</div>
7675

77-
<ExampleLayout
78-
chatContent={<CopilotChat />}
79-
appContent={<ExampleCanvas />}
80-
/>
76+
<ExampleLayout chatContent={<CopilotChat />} />
8177
</div>
8278
</div>
8379
</>

apps/app/src/components/example-canvas/index.tsx

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

apps/app/src/components/example-canvas/todo-card.tsx

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

apps/app/src/components/example-canvas/todo-column.tsx

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

0 commit comments

Comments
 (0)