Skip to content

Commit

Permalink
refactor: change the imported data filename into the FAQ component
Browse files Browse the repository at this point in the history
This is the previous commit's leftover
  • Loading branch information
fulcain committed Jan 31, 2025
1 parent 1f6fcc5 commit 387cef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/FAQ/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
AccordionContent,
} from "../../ui/accordion";
import { Section } from "../../ui/section";
import { faqData } from "../../../configs/faq/faqData";
import { faqData } from "../../../configs/FAQ/faqData";

export default function FAQ() {
return (
Expand Down

0 comments on commit 387cef2

Please sign in to comment.