This commit is contained in:
Jorrin
2024-01-29 10:09:00 +01:00
parent e83bf1c806
commit 5baf4d6b86
13 changed files with 119 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
import { Text, View } from 'react-native';
import { View } from 'react-native';
import { Text } from '../../components/ui/Text';
type Props = {
title?: React.ReactNode | string;