mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Try out clean Crowdin source strings
This commit is contained in:
@ -8,7 +8,7 @@ import ComposeContext from '../../utils/createContext'
|
||||
|
||||
const ComposeTextInput: React.FC = () => {
|
||||
const { composeState, composeDispatch } = useContext(ComposeContext)
|
||||
const { t } = useTranslation('sharedCompose')
|
||||
const { t } = useTranslation('screenCompose')
|
||||
const { mode, theme } = useTheme()
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user