From 243c762cd55703f6e3ac48704dc5f176b2c678d4 Mon Sep 17 00:00:00 2001 From: Tomer2H Date: Tue, 19 Nov 2024 23:21:02 +0200 Subject: [PATCH] fix cartpage on deploy --- src/components/LayoutArea/Routing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LayoutArea/Routing.tsx b/src/components/LayoutArea/Routing.tsx index 253e8a2..f2603b6 100644 --- a/src/components/LayoutArea/Routing.tsx +++ b/src/components/LayoutArea/Routing.tsx @@ -10,7 +10,7 @@ function Routing(): JSX.Element { return ( <> - } /> + } /> } /> } /> } />