We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c4f53 commit ba754a7Copy full SHA for ba754a7
src/routes/Routes.tsx
@@ -12,6 +12,7 @@ export function Routes() {
12
<Route element={<MainLayout />}>
13
<Route index element={<Home />} />
14
<Route path='/charts' element={<ExchangeRateCharts />} />
15
+ <Route path='/graphs' element={<ExchangeRateCharts />} />
16
<Route
17
path='/settings'
18
element={
0 commit comments