From e3f4f06a9c9201ed5a05e8b7afe2d852dbcd7ac8 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 5 Nov 2025 02:20:04 +0000 Subject: [PATCH] Fix lucide-react import - replace GitBook with BookOpen cgen-728aa86661274f7caed3102153d8c428 --- client/pages/DocsSync.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/pages/DocsSync.tsx b/client/pages/DocsSync.tsx index 5fc7b47e..998e3f1d 100644 --- a/client/pages/DocsSync.tsx +++ b/client/pages/DocsSync.tsx @@ -3,7 +3,7 @@ import Layout from '@/components/Layout'; import { Button } from '@/components/ui/button'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; import { Badge } from '@/components/ui/badge'; -import { CheckCircle2, AlertCircle, Loader2, GitBook } from 'lucide-react'; +import { CheckCircle2, AlertCircle, Loader2, BookOpen } from 'lucide-react'; interface SyncResult { page: string; @@ -55,7 +55,7 @@ export default function DocsSync() { {/* Header */}
- +

Documentation Sync

@@ -102,7 +102,7 @@ export default function DocsSync() { ) : ( <> - + Sync to Gitbook )}