um-react/src/faq/SegmentTryOfficialPlayer.tsx

13 lines
360 B
TypeScript
Raw Normal View History

2023-09-05 00:34:42 +00:00
import { Text, chakra } from '@chakra-ui/react';
export function SegmentTryOfficialPlayer() {
return (
<>
<Text>
<chakra.strong>1</chakra.strong>
</Text>
<Text></Text>
</>
);
}