import { readValue } from "../application/read-value.ts"; export function ValueView() { return

{readValue().id}

; }