Skip to content

Commit 3c3e563

Browse files
committed
remove extraneous imports
1 parent a4c8c49 commit 3c3e563

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

recipes/email-summarizer.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { h } from "@commontools/html";
22
import {
3-
cell,
43
derive,
54
handler,
6-
ID,
75
JSONSchema,
86
lift,
97
llm,
@@ -13,7 +11,6 @@ import {
1311
str,
1412
UI,
1513
} from "@commontools/builder";
16-
import { Cell } from "@commontools/runner";
1714

1815
// Email schema based on Gmail recipe
1916
const EmailProperties = {

0 commit comments

Comments
 (0)