Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscognite committed Aug 21, 2024
1 parent 50e5176 commit 8822396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export { type Image360AnnotationAssetInfo } from './components/CacheProvider/typ

// Hooks
export { useReveal } from './components/RevealCanvas/ViewerContext';
export { useRenderTarget } from './components/RevealCanvas/ViewerContext';
export { useFdmAssetMappings } from './components/CacheProvider/NodeCacheProvider';
export { useSceneDefaultCamera } from './hooks/useSceneDefaultCamera';
export {
Expand Down Expand Up @@ -172,6 +171,7 @@ export type { InstanceReference, AssetInstanceReference } from './data-providers
export { ActiveToolToolbar } from './components/Architecture/Toolbar';
export { DomainObjectPanel } from './components/Architecture/DomainObjectPanel';
export { RevealButtons } from './components/Architecture/RevealButtons';
export { useRenderTarget } from './components/RevealCanvas/ViewerContext';

/**
* Export classes and types from architecture
Expand Down

0 comments on commit 8822396

Please sign in to comment.