| 1 | import { RepeatIcon, SplitIcon } from 'lucide-react' |
| 2 | import { create } from 'zustand' |
| 3 | import { devtools } from 'zustand/middleware' |
| 4 | import { getToolOperationsIndex } from '@/lib/search/tool-operations' |
nothing calls this directly
no test coverage detected