From b5669191f2493c1ede9854bda5dd7012c3819a80 Mon Sep 17 00:00:00 2001 From: natew Date: Thu, 3 Oct 2024 09:05:47 -1000 Subject: [PATCH] --- examples/one-tamagui/app/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/one-tamagui/app/index.tsx b/examples/one-tamagui/app/index.tsx index 13298908..23c92ea1 100644 --- a/examples/one-tamagui/app/index.tsx +++ b/examples/one-tamagui/app/index.tsx @@ -2,11 +2,11 @@ import { Image } from '@tamagui/image-next' import { Text, YStack } from 'tamagui' import oneBall from '~/public/app-icon.png' -export default function HomePage() { +export function HomePage() { return ( Hello, world - + ) }