Commit 300e10b6 authored by 曾婧's avatar 曾婧

fix: useCallback报错

parent f61f824d
......@@ -6,7 +6,7 @@
* @Description:
* @FilePath: \CivWeb\src\layouts\AppLayout\components\SlideMenu\index.js
*/
import React, { useContext, useEffect, useState ,useCallback} from 'react';
import React, { useContext, useEffect, useState, useCallback } from 'react';
import { ConfigProvider, Divider, Skeleton, Tooltip } from 'antd';
import classNames from 'classnames';
import { connect } from 'react-redux';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment