From 281fd673d30acd76149de5b994a06322a2d6d230 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Thu, 13 Nov 2025 20:18:55 -0700 Subject: [PATCH] (FEAT): Shopping list --- web/src/pages/ShoppingList.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/pages/ShoppingList.tsx b/web/src/pages/ShoppingList.tsx index c6ded7f..45d79bc 100644 --- a/web/src/pages/ShoppingList.tsx +++ b/web/src/pages/ShoppingList.tsx @@ -1,7 +1,10 @@ export default function ShoppingList() { return ( <> -

ShoppingList

+
+

Page Under Construction

+

Sit tight, this page is coming soon!

+
); }