test: fix lint

This commit is contained in:
MadCcc 2022-08-30 15:35:48 +08:00
parent 0f553997a2
commit 942fd0b22c

View File

@ -5,7 +5,6 @@ import {
PieChartOutlined,
UserOutlined,
} from '@ant-design/icons';
import type { MenuMode } from 'rc-menu/lib/interface';
import React, { useState, useMemo } from 'react';
import type { MenuProps, MenuRef } from '..';
import Menu from '..';