feat: add title for key generation

This commit is contained in:
RadoslavDimchev 2023-08-25 13:41:13 +03:00
parent e76bf01361
commit df45456adc
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
import { Text } from '@status-im/components'
const KeyGenerationTitle = () => {
return (
<Text size={27} weight={'semibold'}>
Key Generation
</Text>
)
}
export default KeyGenerationTitle