import { FolderIcon, FolderPlusIcon } from "lucide-react"; import type { SuggestedCollection } from "../../status-model"; import { Button } from "./ui/button"; interface CollectionsEmptyStateProps { suggestedCollections: SuggestedCollection[]; onAddCollection: (path?: string) => void; } export function CollectionsEmptyState({ suggestedCollections, onAddCollection, }: CollectionsEmptyStateProps) { return (
Add the notes, docs, or project folders you want GNO to watch. It will start indexing as soon as you connect one.
{suggestion.reason}