Skip to content

Commit

Permalink
feat react import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
leejiho9898 committed Sep 6, 2023
1 parent f446d00 commit ec25869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/jurumarble/src/app/vote/hooks/useFlipAnimation.ts
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit ec25869

Please sign in to comment.