Skip to content

Commit ba754a7

Browse files
committed
add alternative route for google search link
1 parent 75c4f53 commit ba754a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/Routes.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export function Routes() {
1212
<Route element={<MainLayout />}>
1313
<Route index element={<Home />} />
1414
<Route path='/charts' element={<ExchangeRateCharts />} />
15+
<Route path='/graphs' element={<ExchangeRateCharts />} />
1516
<Route
1617
path='/settings'
1718
element={

0 commit comments

Comments
 (0)