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"