diff --git a/src/dev/components.tsx b/src/dev/components.tsx index a3368fa0..0a9f9b63 100644 --- a/src/dev/components.tsx +++ b/src/dev/components.tsx @@ -1,6 +1,8 @@ import { + checkCircledIcon, chevronLeftIcon, chevronRightIcon, + crossCircledIcon, externalLinkIcon, farcasterIcon, fileTextIcon, @@ -17,7 +19,7 @@ export type PreviewProps = { baseUrl: string contextHtml: string frame: FrameType - log: + request: | { type: 'initial' method: 'get' @@ -72,7 +74,7 @@ export type PreviewProps = { } export function Preview(props: PreviewProps) { - const { baseUrl, contextHtml, frame, log, routes, state } = props + const { baseUrl, contextHtml, frame, request, routes, state } = props return (