From 8af6cd23dd1b1052a792ffa289e0681386e50f67 Mon Sep 17 00:00:00 2001 From: maxmezzomo Date: Tue, 21 Jan 2025 11:06:12 +0100 Subject: [PATCH] feat: app redirects replace location --- apps/bundles/src/App.tsx | 2 +- apps/customers/src/App.tsx | 2 +- apps/gift_cards/src/pages/Home.tsx | 2 +- apps/sku_lists/src/App.tsx | 2 +- apps/skus/src/App.tsx | 2 +- apps/subscriptions/src/App.tsx | 2 +- apps/tags/src/App.tsx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/bundles/src/App.tsx b/apps/bundles/src/App.tsx index 5ea84d1c..63058aa5 100644 --- a/apps/bundles/src/App.tsx +++ b/apps/bundles/src/App.tsx @@ -17,7 +17,7 @@ export const App: FC = ({ routerBase }) => { - + diff --git a/apps/customers/src/App.tsx b/apps/customers/src/App.tsx index fb8fb575..ea7f9fa3 100644 --- a/apps/customers/src/App.tsx +++ b/apps/customers/src/App.tsx @@ -18,7 +18,7 @@ export const App: FC = ({ routerBase }) => { - + diff --git a/apps/gift_cards/src/pages/Home.tsx b/apps/gift_cards/src/pages/Home.tsx index 96638ce9..a0ed1e24 100644 --- a/apps/gift_cards/src/pages/Home.tsx +++ b/apps/gift_cards/src/pages/Home.tsx @@ -3,7 +3,7 @@ import type { FC } from 'react' import { Redirect } from 'wouter' const Home: FC = () => { - return + return } export default Home diff --git a/apps/sku_lists/src/App.tsx b/apps/sku_lists/src/App.tsx index fadf41ff..17e17f77 100644 --- a/apps/sku_lists/src/App.tsx +++ b/apps/sku_lists/src/App.tsx @@ -19,7 +19,7 @@ export const App: FC = ({ routerBase }) => { - + diff --git a/apps/skus/src/App.tsx b/apps/skus/src/App.tsx index 705eccfe..2944bbee 100644 --- a/apps/skus/src/App.tsx +++ b/apps/skus/src/App.tsx @@ -20,7 +20,7 @@ export const App: FC = ({ routerBase }) => { - + diff --git a/apps/subscriptions/src/App.tsx b/apps/subscriptions/src/App.tsx index f9e595c6..22e90a91 100644 --- a/apps/subscriptions/src/App.tsx +++ b/apps/subscriptions/src/App.tsx @@ -17,7 +17,7 @@ export const App: FC = ({ routerBase }) => { - + diff --git a/apps/tags/src/App.tsx b/apps/tags/src/App.tsx index b5e65829..5e80f869 100644 --- a/apps/tags/src/App.tsx +++ b/apps/tags/src/App.tsx @@ -15,7 +15,7 @@ export const App: FC = ({ routerBase }) => { - +