diff --git a/www/components/index/item.tsx b/www/components/index/item.tsx
index 0b91ea5..c9a1d79 100644
--- a/www/components/index/item.tsx
+++ b/www/components/index/item.tsx
@@ -11,7 +11,7 @@ export function PackageIndexItem(props: PackageIndexItemProps) {
return (
diff --git a/www/main.ts b/www/main.ts
index e62ecf7..f9c0e59 100644
--- a/www/main.ts
+++ b/www/main.ts
@@ -1,4 +1,4 @@
-import { main, suspend } from "effection";
+import { call, main, suspend } from "effection";
import { createRevolution, ServerInfo } from "revolution";
import { initDenoDeploy } from "../deno-deploy/mod.ts";