We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b147d1 + f983e1e commit d7aa261Copy full SHA for d7aa261
components/FAQ.tsx
@@ -0,0 +1,4 @@
1
+'use client';
2
+import { useState } from 'react';
3
+
4
+export default function FAQ({ faqs = [] }) {}
0 commit comments