Skip to content

Commit ba93909

Browse files
committed
Update ActionsMenu.tsx
1 parent e1d3874 commit ba93909

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ControlPlane/ActionsMenu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { useRef, useState } from 'react';
22
import { Button, Menu, MenuItem, MenuDomRef } from '@ui5/webcomponents-react';
33
import type { ButtonClickEventDetail } from '@ui5/webcomponents/dist/Button.js';
44
import type { Ui5CustomEvent, ButtonDomRef } from '@ui5/webcomponents-react';
5-
import tooltipCell from '../Shared/TooltipCell.tsx';
65

76
export type ActionItem<T> = {
87
key: string;

0 commit comments

Comments
 (0)