diff --git a/commands/index.tsx b/commands/index.tsx index e32f4be..a70bbdf 100644 --- a/commands/index.tsx +++ b/commands/index.tsx @@ -6,6 +6,8 @@ interface Props { readonly inputArgs: T[]; } +// TODO + /// Quick Open opens files from a shell. const QuickOpen = ({ inputArgs }: Props) => { const [error, setError] = useState(null);