import { h, VNode } from "preact"; import { AnastasisClientFrame } from "./index"; import { SolveEntryProps } from "./SolveScreen"; export function SolveUnsupportedEntry(props: SolveEntryProps): VNode { return (

{JSON.stringify(props.challenge)}

Challenge not supported.

); }