From ec25869c16a60959b0b069e09180f93a1b5f3719 Mon Sep 17 00:00:00 2001 From: leejiho9898 Date: Wed, 6 Sep 2023 20:57:44 +0900 Subject: [PATCH] =?UTF-8?q?feat=20react=20import=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jurumarble/src/app/vote/hooks/useFlipAnimation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jurumarble/src/app/vote/hooks/useFlipAnimation.ts b/apps/jurumarble/src/app/vote/hooks/useFlipAnimation.ts index 97a8211c..9d8ad78f 100644 --- a/apps/jurumarble/src/app/vote/hooks/useFlipAnimation.ts +++ b/apps/jurumarble/src/app/vote/hooks/useFlipAnimation.ts @@ -1,4 +1,4 @@ -import React, { useRef, useState } from "react"; +import { useRef, useState } from "react"; export type Drag = "up" | "down" | null; function useFlipAnimation(onChangeNowShowing: (index: number) => void) {