import { prefixes } from '@/utils/constants'; import { topicParent } from '../models/helpTopic'; import { HelpTopic } from '../models/helpTopic'; import { TopicItem } from './TopicItem'; interface SubtopicsProps { headTopic: HelpTopic; } export function Subtopics({ headTopic }: SubtopicsProps) { return ( <>