feat: add dynamic routing (#25) #42

Merged
primakov merged 2 commits from feature/router-arm-dynamic into main 2024-11-24 19:54:28 +03:00
Showing only changes of commit b5f3838536 - Show all commits

View File

@ -2,6 +2,7 @@ import { Box, Button, Heading, VStack, Divider } from '@chakra-ui/react';
import React from 'react';
import { Link } from 'react-router-dom';
import { useTranslation } from 'react-i18next';
import { URLs } from '../../__data__/urls';
const Sidebar = () => {