Browse Source

fix : build error fixed

main
sina_sajjadi 3 days ago
parent
commit
939a07a8be
  1. 2
      src/app/[locale]/faq/page.tsx

2
src/app/[locale]/faq/page.tsx

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

Loading…
Cancel
Save