(FEAT): Shopping list

This commit is contained in:
Hayden Hargreaves 2025-11-13 20:18:55 -07:00
parent 5db803d033
commit 281fd673d3

View File

@ -1,7 +1,10 @@
export default function ShoppingList() {
return (
<>
<p>ShoppingList</p>
<div className="flex flex-col items-center justify-center min-h-[90vh] h-full gap-y-2">
<h1 className="text-4xl text-gray-800 font-semibold text-center">Page Under Construction </h1>
<p className="text-gray-700">Sit tight, this page is coming soon!</p>
</div>
</>
);
}