Skip to content

Commit 4b5e39c

Browse files
committed
fix: Export useCollection and useItem
1 parent 1fe71f2 commit 4b5e39c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
import useStacSearch from './hooks/useStacSearch';
22
import useCollections from './hooks/useCollections';
3+
import useCollection from './hooks/useCollection';
4+
import useItem from './hooks/useItem';
35
import useStacApi from './hooks/useStacApi';
46
import { StacApiProvider } from './context';
57

68
export {
79
useCollections,
10+
useCollection,
11+
useItem,
812
useStacSearch,
913
useStacApi,
1014
StacApiProvider,

0 commit comments

Comments
 (0)