import {PlatformKey} from 'sentry/data/platformCategories'; import platforms from 'sentry/data/platforms'; import {t} from 'sentry/locale'; import SetupIntroduction from './setupIntroduction'; type Props = { currentPlatform: PlatformKey; }; export default function FullIntroduction({currentPlatform}: Props) { return ( p.id === currentPlatform)?.name ?? '' )} platform={currentPlatform} /> ); }