Skip to content

Commit

Permalink
chore: 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj2713 committed Aug 18, 2024
1 parent 9fe3bf9 commit 17d0435
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { CASPER_SIZE_OPTION } from "@/constants/CasperCustom/casper";
import { DISSOLVE } from "@/constants/animation";
import { SCROLL_MOTION } from "@/constants/animation";
import { CasperFlipCard } from "@/features/CasperCustom/CasperCard/CasperFlipCard";
import { CasperCardType } from "@/features/CasperShowCase/TransitionCasperCards";
import useCasperCustomStateContext from "@/hooks/useCasperCustomStateContext";
import useToast from "@/hooks/useToast";
import type { CasperCardType } from "@/types/casper";

interface CasperCustomFinishingProps {
navigateNextStep: () => void;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useState } from "react";
import { CASPER_CARD_SIZE, CASPER_SIZE_OPTION } from "@/constants/CasperCustom/casper";
import { CasperFlipCard } from "@/features/CasperCustom/CasperCard/CasperFlipCard";
import useLazyLoading from "@/hooks/useLazyLoading";
import type { CasperCardType } from "@/types/casper";
import { CasperFlipCard } from "../CasperCustom/CasperFlipCard";

interface TransitionCasperCardItemProps {
cardItem: CasperCardType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useMemo, useRef, useState } from "react";
import { AnimatePresence, type ResolvedValues, motion, useAnimation } from "framer-motion";
import { CARD_TRANSITION } from "@/constants/CasperShowCase/showCase";
import { CasperCardType } from "@/types/casper";
import type { CasperCardType } from "@/types/casper";
import { TransitionCasperCardItem } from "./TransitionCasperCardItem";

interface TransitionCasperCardsProps {
Expand Down
65 changes: 0 additions & 65 deletions client/src/features/Rush/BalanceGame.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/pages/Rush/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Rush() {

return (
<div ref={containerRef} className="h-screen overflow-auto snap-y snap-mandatory">
<Headline id={RUSH_SECTIONS.HEADLINE} handleScrollToTarget={handleScrollToTarget} />
<Headline id={RUSH_SECTIONS.HEADLINE} handleClickScroll={handleScrollToTarget} />
<Intro ref={targetRef} id={RUSH_SECTIONS.INTRO} />
<FAQ id={RUSH_SECTIONS.FAQ} />
<ElectricReason id={RUSH_SECTIONS.ELECTRIC_REASON} />
Expand Down

0 comments on commit 17d0435

Please sign in to comment.