Skip to content

Commit

Permalink
fix(hooks): missing import in @tao.js/react:hooks
Browse files Browse the repository at this point in the history
affects: @tao.js/react
  • Loading branch information
eudaimos committed Mar 31, 2021
1 parent 124bc0c commit c79a976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-tao/src/hooks.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { useContext, useEffect, useLayoutEffect } from 'react';
import cartesian from 'cartesian';

import { Context } from './Provider';
import { normalizeClean } from './helpers';

Expand Down

0 comments on commit c79a976

Please sign in to comment.