Skip to content

Commit

Permalink
update: removal of usestate on readytocode component
Browse files Browse the repository at this point in the history
  • Loading branch information
HeemahMuslad committed Jul 29, 2024
1 parent 0026c19 commit 308d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/activities/ReadyToCode.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from "react";
import React from "react";
import { Link } from "react-router-dom";
import { FaAngleRight,} from "react-icons/fa";
import { starImage } from "../../assets/images";
Expand Down

0 comments on commit 308d94a

Please sign in to comment.