From 175147a3679ec749df58823de55dfb4a4232256d Mon Sep 17 00:00:00 2001 From: kinako1415 Date: Tue, 13 Aug 2024 09:50:38 +0900 Subject: [PATCH] =?UTF-8?q?useState=E3=81=8C=E4=BD=BF=E3=82=8F=E3=82=8C?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/unlocked/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/unlocked/index.tsx b/src/pages/unlocked/index.tsx index 95ca761..4395c20 100644 --- a/src/pages/unlocked/index.tsx +++ b/src/pages/unlocked/index.tsx @@ -1,5 +1,5 @@ import { Box } from "@radix-ui/themes"; -import { useEffect, type ReactElement } from "react"; +import { type ReactElement } from "react"; import styled from "styled-components"; import useSWR from "swr"; import { match } from "ts-pattern";