Skip to content

Commit

Permalink
refactor: 중복 import 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
jw0097 committed Aug 23, 2024
1 parent 77b2fcb commit c290417
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import AuthTooltip from "../../components/common/AuthTooltip/AuthTooltip";
import Roulette from "../../components/randomEventPage/Roulette/Roulette";
import RandomMainSection from "./RandomMainSection/RandomMainSection";
import RandomExpectations from "./RandomExpectations/RandomExpectations";
import Roulette from "../../components/randomEventPage/Roulette/Roulette";
import car from "../../../common/assets/images/mainCar.png?as=webp";
import { DRIVER_TYPE_LIST } from "../../constants/RandomEventData";
import {
AnswerInterface,
RandomQuizResponseInterface,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ import React, { useState, useEffect } from "react";
import { useLocation, useNavigate } from "react-router";
import { useErrorBoundary } from "react-error-boundary";
import { useAppContext } from "../../../providers/AppProvider";
import { postRandomResult } from "../../../api/fetch";
import Tooltip from "../../../components/randomEventPage/Tooltip/Tooltip";
import { RandomMainInterface } from "../../../types/RandomEvent";
import Button from "../../../components/common/Button/Button";
import reset from "../../../../common/assets/images/reset.png?as=webp";
import share from "../../../../common/assets/images/share.png?as=webp";
import { RandomMainInterface } from "../../../types/RandomEvent";
import Tooltip from "../../../components/randomEventPage/Tooltip/Tooltip";
import { postRandomResult } from "../../../api/fetch";
import {
TEXT_CONTENT,
Expand Down

0 comments on commit c290417

Please sign in to comment.