|
@ -1,7 +1,7 @@ |
|
|
"use client"; |
|
|
"use client"; |
|
|
|
|
|
|
|
|
import React, { useState } from "react"; |
|
|
import React, { useState } from "react"; |
|
|
import Table from "./table"; |
|
|
|
|
|
|
|
|
import Table from "./Table"; |
|
|
import { useTranslation } from "react-i18next"; // Import useTranslation
|
|
|
import { useTranslation } from "react-i18next"; // Import useTranslation
|
|
|
|
|
|
|
|
|
interface FAQItem { |
|
|
interface FAQItem { |
|
|