Skip to content

Commit d7aa261

Browse files
authored
Merge pull request #71 from CantinaVerse-tech/cantina-intern
feat: Create and configure FAQ component scaffold
2 parents 1b147d1 + f983e1e commit d7aa261

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/FAQ.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'use client';
2+
import { useState } from 'react';
3+
4+
export default function FAQ({ faqs = [] }) {}

0 commit comments

Comments
 (0)