Skip to content

Commit 0a1bbda

Browse files
committed
homepage alt routing
1 parent 74d08a7 commit 0a1bbda

File tree

4 files changed

+788
-788
lines changed

4 files changed

+788
-788
lines changed

ui/src/main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
77
import { BedCartProvider } from './contexts/bedcart-context.tsx';
88
import toast, { Toaster } from 'react-hot-toast';
99
import { Home } from './pages/home.tsx';
10-
import { HomeSam } from './pages/home_sam.tsx';
10+
import { HomeAlt } from './pages/home_alt.tsx';
1111
import { Metrics } from './pages/metrics.tsx';
1212
import { BEDUmap } from './pages/bed-umap.tsx';
1313
import { BEDAnalytics } from './pages/bed-analytics.tsx';
@@ -61,7 +61,7 @@ const router = createBrowserRouter([
6161
},
6262
{
6363
path: '/home_alt',
64-
element: <HomeSam />,
64+
element: <HomeAlt />,
6565
},
6666
{
6767
path: '/bed/:id',

0 commit comments

Comments
 (0)