mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-24 11:10:25 +02:00
Moved SearchCommand, SearchTrigger, and search store from apps/web/features/ to packages/views/search/. Replaced useRouter (next/navigation) with the existing useNavigation() abstraction. Wired search into desktop layout. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
export { SearchCommand } from "./search-command";
|
|
export { SearchTrigger } from "./search-trigger";
|
|
export { useSearchStore } from "./search-store";
|