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) {