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 2eecfac commit c4f0860Copy full SHA for c4f0860
1 file changed
apps/roam/src/components/DiscourseNodeSearchMenu.tsx
@@ -26,10 +26,6 @@ import getDiscourseNodeFormatExpression from "~/utils/getDiscourseNodeFormatExpr
26
import { Result } from "~/utils/types";
27
import { getSetting } from "~/utils/extensionSettings";
28
import MiniSearch from "minisearch";
29
-import {
30
- getPersonalSetting,
31
- setPersonalSetting,
32
-} from "~/components/settings/utils/accessors";
33
34
type Props = {
35
textarea: HTMLTextAreaElement;
0 commit comments