From 939a07a8bea80610d0e0c2256b752bc9e95e63b8 Mon Sep 17 00:00:00 2001 From: sina_sajjadi Date: Mon, 11 Nov 2024 14:04:44 +0330 Subject: [PATCH] fix : build error fixed --- src/app/[locale]/faq/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[locale]/faq/page.tsx b/src/app/[locale]/faq/page.tsx index e5a4154..3c80ae4 100644 --- a/src/app/[locale]/faq/page.tsx +++ b/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 {