Skip to content

Commit 9828cb0

Browse files
snomiaoclaude
andcommitted
refactor: move bot service implementation to v1.ts
- Move bot/index.ts implementation to bot/v1.ts - Clear bot/index.ts for new implementation - Add app/bot/page.tsx as placeholder for bot dashboard 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7d7f6ac commit 9828cb0

3 files changed

Lines changed: 548 additions & 545 deletions

File tree

app/bot/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"use client";
2+
3+
export default function BotPage() {}

0 commit comments

Comments
 (0)