Skip to content

Commit

Permalink
fix: action 취소
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuTae98 committed May 10, 2024
1 parent 4984d8a commit 7fd613f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import ProblemStageData from "../ProblemStageData.json"

import type { problemStageSelectType } from "@/types/problemStage";

const asd

const ProblemStageSelect:React.FC<{selectName:problemStageSelectType}> = ({selectName}) => {
const [ulToggle,setUlToggle] = useState<boolean>(false);
const {problemListKoName, problemListUl} = ProblemStageData[selectName];
Expand Down

0 comments on commit 7fd613f

Please sign in to comment.