diff --git a/src/CallBlock.tsx b/src/CallBlock.tsx
index f93dced..b99acbc 100644
--- a/src/CallBlock.tsx
+++ b/src/CallBlock.tsx
@@ -1,6 +1,6 @@
import { useState } from "react";
-import { apply, UnifyError, assignFn, getType } from "dope2";
+import { apply, UnifyError, assignFn, getType, getSymbol, symbolFunction } from "dope2";
import { Editor, type EditorState } from "./Editor";
import { Value } from "./Value";
@@ -97,7 +97,8 @@ export function CallBlock({ state, setState, onResolve }: CallBlockProps) {