Skip to content

Commit 0af3b9a

Browse files
ironAiken2claude
andcommitted
chore: remove unused Alert import in VFolderNodes.tsx
Pre-existing unused import on main that the strict pre-commit hook (eslint ./src --max-warnings=0) flags, blocking unrelated commits. Split out as its own change to keep FR-26 scope clean. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 908117b commit 0af3b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

react/src/components/VFolderNodes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import VFolderNodeIdenticon from './VFolderNodeIdenticon';
2121
import VFolderPermissionCell from './VFolderPermissionCell';
2222
import { DeleteFilled, DeleteOutlined, UserOutlined } from '@ant-design/icons';
2323
import { useToggle } from 'ahooks';
24-
import { Alert, App, theme, Typography } from 'antd';
24+
import { App, theme, Typography } from 'antd';
2525
import {
2626
filterOutNullAndUndefined,
2727
BAIEndpointsIcon,

0 commit comments

Comments
 (0)