'use client' import { memo } from 'react' import CreateImportSection from './create-import-section' import SkillTemplatesSection from './skill-templates-section' const StartTabContent = () => { return (
) } export default memo(StartTabContent)