Files
Users-Wrench/src/views/FamAIQuestionPage.jsx
T
2024-03-01 18:49:23 +01:00

11 lines
203 B
React

import React from 'react'
import FamAIQuestion from '../components/familyResources/FamAIQuestion'
export default function FamAIQuestionPage() {
return (
<>
<FamAIQuestion />
</>
)
}