diff --git a/frontend/src/models/vocab.ts b/frontend/src/models/vocab.ts index 28f64a9..3a3ffbe 100644 --- a/frontend/src/models/vocab.ts +++ b/frontend/src/models/vocab.ts @@ -160,10 +160,3 @@ export function vocabToReviewCard(vocab: IVocab): IReviewCard[] { }]; } } - -export function typeToPoints(type: VocabType) { - switch (type) { - // Nomen: 2P + 1 (Wenn richtig) - // - } -};