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