From a29a5c7c545a8e058f738372cf9b396bb598867f Mon Sep 17 00:00:00 2001 From: tmm Date: Thu, 8 Feb 2024 23:01:21 +0000 Subject: [PATCH] chore: format --- src/preview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preview.tsx b/src/preview.tsx index f1f2ad41..80e60f8a 100644 --- a/src/preview.tsx +++ b/src/preview.tsx @@ -1,8 +1,8 @@ import { type Frame as FrameType, type FrameButton, - type FrameInput, type FrameContext, + type FrameInput, type PreviousFrameContext, } from './types.js'