diff --git a/app/components/BlitzScreen.tsx b/app/components/BlitzScreen.tsx
index f66a366..f018d37 100644
--- a/app/components/BlitzScreen.tsx
+++ b/app/components/BlitzScreen.tsx
@@ -2,6 +2,7 @@
import { useBlitzGame } from "../../lib/useBlitzGame";
import { ArticleView } from "./ArticleView";
+import { ShareBar } from "./ShareBar";
function fmtLeft(s: number): string {
const m = Math.floor(s / 60);
@@ -67,6 +68,7 @@ export function BlitzScreen({ onBack }: { onBack: () => void }) {
))}
+