Skip to content

Commit

Permalink
feat: github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuTae98 committed May 10, 2024
1 parent 5d6a838 commit 4984d8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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);
Expand Down

0 comments on commit 4984d8a

Please sign in to comment.