We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c207881 commit 32e6a4cCopy full SHA for 32e6a4c
src/index.tsx
@@ -1,5 +1,6 @@
1
import React from "react";
2
import { Action, ActionPanel, List, Icon, Clipboard, showToast, Toast } from "@raycast/api";
3
+
4
import { queryVariableNames, getHistory, deleteAllHistory, deleteHistoryItem } from "./useQuery";
5
import type { Result } from "./types";
6
0 commit comments