1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Use new alias

This commit is contained in:
Zhiyuan Zheng
2020-12-13 14:04:25 +01:00
parent cfd2d40d02
commit 48cab6053c
98 changed files with 456 additions and 459 deletions

View File

@ -1,10 +1,10 @@
import React from 'react'
import { Pressable, StyleSheet, Text, View } from 'react-native'
import { Feather } from '@expo/vector-icons'
import { useTheme } from 'src/utils/styles/ThemeManager'
import { useTheme } from '@utils/styles/ThemeManager'
import { ColorDefinitions } from 'src/utils/styles/themes'
import { StyleConstants } from 'src/utils/styles/constants'
import { ColorDefinitions } from '@utils/styles/themes'
import { StyleConstants } from '@utils/styles/constants'
export interface Props {
iconFront?: any