Fix import paths
This commit is contained in:
parent
99360f7bd9
commit
0673129b20
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import React from 'react'
|
||||
import {View} from 'react-native'
|
||||
import {Text} from '../util/text/Text'
|
||||
import {s} from '../../lib/styles'
|
||||
import {Text} from '../../util/text/Text'
|
||||
import {s} from '../../../lib/styles'
|
||||
|
||||
const MAX_TEXT_LENGTH = 256
|
||||
const DANGER_TEXT_LENGTH = MAX_TEXT_LENGTH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue