Skip to content

Commit

Permalink
docs(deps): lodash-es is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-ice committed Jan 31, 2024
1 parent 5752f30 commit 50062ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import React, { useState } from 'react';
import Mock from 'mockjs';
import { isNumber } from 'lodash-es';
import isNumber from 'lodash/isNumber';
import { Button, Space } from 'antd';
import { useRequest } from 'ahooks';

Expand Down

0 comments on commit 50062ff

Please sign in to comment.