import
{
Theme
,
Flex
,
Heading
,
}
from
'
@radix-ui/themes
'
import
'
@radix-ui/themes/styles.css
'
export
const
App
=
(
)
=
>
(
<
Theme
>
<
Flex
align
=
"
center
"
justify
=
"
center
"
flexGrow
=
"
1
"
>
<
Heading
>
Welcome to my hackathon stream chat!
</
Heading
>
</
Flex
>
</
Theme
>
)