mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-25 08:17:34 +00:00
Update GlobalKeydownTrigger.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React, {useEffect, useMemo, useState} from "react";
|
||||
import React, {useEffect} from "react";
|
||||
|
||||
interface GlobalKeydownTriggerProps {
|
||||
onKeyDown: (key: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user