mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 16:29:19 +00:00
Nabarun Gogoi
c2b997a17b
* Find projects based on search text * Use get search projects client method in UI * Fetch searched projects inside useCombobox hook * Get searched project from project entity * Remove non required search projects filtering * Fetch projects if user is owner or project member --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
3 lines
59 B
TypeScript
3 lines
59 B
TypeScript
export * from './src/client';
|
|
export * from './src/types';
|