Skip to content

Commit 5b9afe1

Browse files
author
lucifer
committed
fix: eslint
1 parent ae9605f commit 5b9afe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/roadmap/roadmap.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def count_bs(nums, k):
480480
},
481481
};
482482

483-
export default function RoadMap({}) {
483+
export default function RoadMap() {
484484
const [topic, setTopic] = useState("dp");
485485
return (
486486
<>

0 commit comments

Comments
 (0)