Skip to content

Commit

Permalink
chore: update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
crazylxr committed Feb 1, 2024
1 parent 5752f30 commit 94190fa
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 94190fa

Please sign in to comment.