diff --git a/src/screens/Home.tsx b/src/screens/Home.tsx index 09b9405..041bed8 100644 --- a/src/screens/Home.tsx +++ b/src/screens/Home.tsx @@ -1,5 +1,5 @@ import { useState } from "react"; -import { FlatList, HStack, VStack } from "@gluestack-ui/themed"; +import { FlatList, Heading, HStack, Text, VStack } from "@gluestack-ui/themed"; import { HomeHeader } from "@components/HomeHeader"; import { Group } from "@components/Group"; @@ -32,6 +32,17 @@ export function Home() { }} /> + + + + ExercĂ­cios + + + + 4 + + + ) }