Skip to content

Commit

Permalink
comment unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 30, 2025
1 parent c9c5789 commit ec7933c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Faq/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React, {useState} from "react";
import {FaCompass, FaHeart, FaLanguage, FaShoppingBag, FaStar, FaTicketAlt, FaUser,} from "react-icons/fa";
import Typography from "../Typography/Typography";
import Link from "next/link";
/*import Link from "next/link";*/

const Faq = () => {
const [openIndex, setOpenIndex] = useState<number | null>(null);
Expand Down

0 comments on commit ec7933c

Please sign in to comment.