Skip to content

Commit

Permalink
Merge pull request #55 from Neovici/feat/pion
Browse files Browse the repository at this point in the history
feat: update to pion
  • Loading branch information
megheaiulian authored Jan 11, 2024
2 parents 0da548b + 08c4d0a commit 9b0269f
Show file tree
Hide file tree
Showing 3 changed files with 2,653 additions and 3,241 deletions.
2 changes: 1 addition & 1 deletion cosmoz-viewinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import {
createContext,
useContext
} from 'haunted';
} from '@pionjs/pion';

const ViewInfo = createContext(SHARED_VIEW_INFO),
useViewInfo = () => useContext(ViewInfo);
Expand Down
Loading

0 comments on commit 9b0269f

Please sign in to comment.