Skip to content

Commit 2b37c3c

Browse files
committed
refactor: clean up imports in TabContextMenu component
- Removed unused useState import from TabContextMenu.tsx to enhance code clarity and reduce unnecessary dependencies.
1 parent 01e7b5f commit 2b37c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/ui/TabContextMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, useRef, useEffect } from 'react';
1+
import React, { useRef, useEffect } from 'react';
22
import clsx from 'clsx';
33

44
import './TabContextMenu.scss';

0 commit comments

Comments
 (0)