Move chunk search from DocumentsPage into a new Search bounded context (features/search/) with its own store, API layer, page and route. Clean search state out of the ingestion module. Closes #159
1 line
41 B
TypeScript
1 line
41 B
TypeScript
export { useSearchStore } from './store'
|