From c4c6e0c2ab3e3cf1889816a4f080316d32c0a15f Mon Sep 17 00:00:00 2001 From: tmm Date: Mon, 12 Feb 2024 19:41:55 +0000 Subject: [PATCH] chore: format --- src/farc.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/farc.tsx b/src/farc.tsx index 248245e1..68c69b05 100644 --- a/src/farc.tsx +++ b/src/farc.tsx @@ -9,11 +9,11 @@ import { ed25519 } from '@noble/curves/ed25519' import { Hono } from 'hono' import { ImageResponse } from 'hono-og' import { inspectRoutes } from 'hono/dev' -import type { HonoOptions } from 'hono/hono-base' +import { type HonoOptions } from 'hono/hono-base' import { jsxRenderer } from 'hono/jsx-renderer' import { type Env, type Schema } from 'hono/types' -import { Dev, Style, Preview } from './dev/components.js' +import { Dev, Preview, Style } from './dev/components.js' import { getRoutes, htmlToFrame, htmlToState } from './dev/utils.js' import { type FrameContext,