import { TSharedEntry } from "@/shared"; interface DictionaryEntryProps { entry: TSharedEntry; } export function DictionaryEntry({ entry }: DictionaryEntryProps) { return (
{entry.definition}
{entry.example}