sina_sajjadi 2 months ago
parent
commit
1d0bd8e809
  1. 2
      src/app/faq/page.tsx

2
src/app/faq/page.tsx

@ -1,7 +1,7 @@
"use client"
import React, { useState } from "react";
import Table from "./Table";
import Table from "./table";
interface FAQItem {
question: string;

Loading…
Cancel
Save