Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alibaba/hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Mar 30, 2022
2 parents 40a83e2 + 50a143d commit bde92f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/src/useMemoizedFn/demo/demo1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* desc.zh-CN: useMemoizedFn 与 useCallback 可以实现同样的效果。
*/

import React, { useState, useCallback, useRef } from 'react';
import React, { useState, useCallback } from 'react';
import { message } from 'antd';
import { useMemoizedFn } from 'ahooks';

Expand Down

0 comments on commit bde92f5

Please sign in to comment.