Skip to content

Commit

Permalink
fix: update import path for BookmarkCreateArgs in useBookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
odinr committed Nov 14, 2024
1 parent 71f2de5 commit e272a45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lemon-coats-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@equinor/fusion-framework-react-module-bookmark': patch
---

fixed import path in `useBookmark` hook
2 changes: 1 addition & 1 deletion packages/react/modules/bookmark/src/useBookmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
import { useObservableState } from '@equinor/fusion-observable/react';

import { useBookmarkProvider } from './useBookmarkProvider';
import { BookmarkCreateArgs } from '@equinor/fusion-framework-module-bookmark/src/BookmarkProvider';
import { BookmarkCreateArgs } from '@equinor/fusion-framework-module-bookmark';

export type useBookmarkArgs = {
provider?: BookmarkProvider;
Expand Down

0 comments on commit e272a45

Please sign in to comment.