Browse Source

Update 'src/app/faq/page.tsx'

main
sina_sajjadi 1 day ago
parent
commit
ed6cf494c2
  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