Skip to content

Commit

Permalink
refacter: import하고 사용하지 않고 있던 TransitionGroup 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedev7773 committed Sep 9, 2024
1 parent c3966e4 commit ac8b61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SelectPage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from "react";
import { useNavigate } from "react-router-dom";
import { CSSTransition, TransitionGroup } from "react-transition-group";
import { CSSTransition } from "react-transition-group";

import { Button } from "@/components/form/Button";
import { Text } from "@/components/typography";
Expand Down

0 comments on commit ac8b61d

Please sign in to comment.