Skip to content

Commit b641c0f

Browse files
authored
Merge branch 'develop' into xen-tg-app
2 parents 50651a8 + ca63edf commit b641c0f

File tree

2 files changed

+166
-100
lines changed

2 files changed

+166
-100
lines changed

apps/xen-tg-app/src/main.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ const router = createBrowserRouter([
3333
path: 'settings',
3434
element: <Settings />,
3535
},
36+
{
37+
path: 'history',
38+
element: <History />,
39+
},
3640
])
3741

3842
createRoot(document.getElementById('root')!).render(

0 commit comments

Comments
 (0)