'use client' import React from 'react' import type { VocabWorksheetHook, IpaMode, SyllableMode } from '../types' import { getApiBase } from '../constants' export function VocabularyTab({ h }: { h: VocabWorksheetHook }) { const { isDark, glassCard, glassInput } = h const extras = h.getAllExtraColumns() const baseCols = 3 + extras.length const gridCols = `14px 32px 36px repeat(${baseCols}, 1fr) 32px` return (
Kein Bild verfuegbar
Keine Vokabeln gefunden.
) : (