Skip to content

Commit 205f320

Browse files
committed
Remove temporal page-viewer page to facilitate review
1 parent fa203e1 commit 205f320

File tree

2 files changed

+0
-66
lines changed

2 files changed

+0
-66
lines changed

packages/template-retail-react-app/app/pages/page-viewer/index.jsx

-61
This file was deleted.

packages/template-retail-react-app/app/routes.jsx

-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const LoginRedirect = loadable(() => import('./pages/login-redirect'), {fallback
3535
const ProductDetail = loadable(() => import('./pages/product-detail'), {fallback})
3636
const ProductList = loadable(() => import('./pages/product-list'), {fallback})
3737
const Wishlist = loadable(() => import('./pages/account/wishlist'), {fallback})
38-
const PageViewer = loadable(() => import('./pages/page-viewer'), {fallback})
3938
const PageNotFound = loadable(() => import('./pages/page-not-found'))
4039

4140
const routes = [
@@ -99,10 +98,6 @@ const routes = [
9998
path: '/account/wishlist',
10099
component: Wishlist
101100
},
102-
{
103-
path: '/page-viewer/:pageId',
104-
component: PageViewer
105-
},
106101
{
107102
path: '*',
108103
component: PageNotFound

0 commit comments

Comments
 (0)