From ff8cbcb1ca887763fa46d133bf60a0b89454262c Mon Sep 17 00:00:00 2001 From: Balazs Bajorics <2226774+balazsbajorics@users.noreply.github.com> Date: Fri, 3 May 2024 15:58:54 +0200 Subject: [PATCH] adding featured product page to the list of templates --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index e08e03e..d3322f3 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,10 @@ { "label": "Empty Page", "path": "/app/routes/trippy-trails-template.jsx" + }, + { + "label": "Featured Product Page", + "path": "/app/routes/trippy-trails-template.jsx" } ] }