diff --git a/app/(auth)/grocery/index.tsx b/app/(auth)/grocery/index.tsx index 7d92969..8505b86 100644 --- a/app/(auth)/grocery/index.tsx +++ b/app/(auth)/grocery/index.tsx @@ -1,7 +1,34 @@ -import {View} from "react-native-ui-lib"; +import { ScrollView } from "react-native"; +import { Button, Text, View } from "react-native-ui-lib"; +import Octicons from "@expo/vector-icons/Octicons"; +import GroceryList from "@/components/pages/grocery/GroceryList"; export default function Screen() { - return ( - - ) -} \ No newline at end of file + return ( + + + + Welcome to your grocery list! + + + + + X approved items + + + Y pending items + + +