From 86dbe337e3638b7c939003acd12786e0f74445dc Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Fri, 25 Aug 2023 07:35:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20fix=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/popup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup.tsx b/src/popup.tsx index ec7289f..25ef680 100644 --- a/src/popup.tsx +++ b/src/popup.tsx @@ -1,4 +1,4 @@ -import { FormEvent, useState } from "react" +import { type FormEvent, useState } from "react" import { P, match } from "ts-pattern" import "./style.css"