import * as React from 'react'; import { Button, Card, CardBody, Icon, Stack, Text } from 'soapbox/components/ui'; const CompletedStep = ({ onComplete }: { onComplete: () => void }) => ( Onboarding complete We are very excited to welcome you to our Truth Seeking community! Tap the button below to start enjoying Truth Social.
); export default CompletedStep;