Skip to content

Commit

Permalink
feat: add default export
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrask authored and streamich committed Feb 10, 2019
1 parent 5ae00bd commit 4849348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ export const useMedia = (

return state;
};

export default useMedia;

0 comments on commit 4849348

Please sign in to comment.