ui: rm unused code
This commit is contained in:
parent
effee41321
commit
258514b333
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import React from 'react';
|
||||
import { Table, Tooltip, Dropdown } from 'antd';
|
||||
import { Table, Dropdown } from 'antd';
|
||||
import type { TableProps } from 'antd';
|
||||
import Widget from 'App/mstore/types/widget';
|
||||
import Funnel from 'App/mstore/types/funnel';
|
||||
import { EllipsisVertical } from 'lucide-react';
|
||||
import { exportAntCsv } from '../../../utils';
|
||||
import { exportAntCsv } from 'App/utils';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
interface Props {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue