mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 04:50:29 -07:00
merge duplicate imports packages/cli/src subtask3 (#22056)
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
*/
|
||||
|
||||
import { useEffect } from 'react';
|
||||
import type { MouseHandler, MouseEvent } from '../contexts/MouseContext.js';
|
||||
import { useMouseContext } from '../contexts/MouseContext.js';
|
||||
import {
|
||||
useMouseContext,
|
||||
type MouseHandler,
|
||||
type MouseEvent,
|
||||
} from '../contexts/MouseContext.js';
|
||||
|
||||
export type { MouseEvent };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user