+
+ {},
+ deckSpeakField: "front",
+ isSpeakingCardsEnabledSettings: false,
+ }}
+ animate={{}}
+ style={{}}
+ />
+
+
+ );
+});
diff --git a/src/screens/deck-form/deck-form-screen.tsx b/src/screens/deck-form/deck-form-screen.tsx
index f56632f6..1f7bf6f5 100644
--- a/src/screens/deck-form/deck-form-screen.tsx
+++ b/src/screens/deck-form/deck-form-screen.tsx
@@ -4,6 +4,8 @@ import { DeckForm } from "./deck-form.tsx";
import { CardForm } from "./card-form.tsx";
import { useDeckFormStore } from "./store/deck-form-store-context.tsx";
import { CardList } from "./card-list.tsx";
+import { CardPreview } from "./card-preview.tsx";
+import { assert } from "../../lib/typescript/assert.ts";
export const DeckFormScreen = observer(() => {
const deckFormStore = useDeckFormStore();
@@ -11,9 +13,20 @@ export const DeckFormScreen = observer(() => {
if (deckFormStore.deckFormScreen === "cardList") {
return