aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/ui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/components/ui')
-rw-r--r--apps/mobile/components/ui/PageTitle.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/components/ui/PageTitle.tsx b/apps/mobile/components/ui/PageTitle.tsx
index 1d1a8400..57b19e7d 100644
--- a/apps/mobile/components/ui/PageTitle.tsx
+++ b/apps/mobile/components/ui/PageTitle.tsx
@@ -1,4 +1,4 @@
-import {Text} from "react-native";
+import { Text } from "react-native";
export default function PageTitle({ title }: { title: string }) {
return <Text className="p-4 text-4xl font-bold">{title}</Text>;