Skip to content

Commit d644810

Browse files
committed
fix: fix styles import
1 parent 619343a commit d644810

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/_components/faq-toggle/page.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"use client";
22

3-
import styles from "./faq.module.scss";
3+
import styles from "../../(pages)/faq/faq.module.scss";
44
import { useState } from "react";
5-
import Link from "next/link";
65

76
export default function FAQClient({ faqs }) {
87
return (

0 commit comments

Comments
 (0)