diff --git a/src/components/Sidebar/Sidebar.tsx b/src/components/Sidebar/Sidebar.tsx index e8dde0f..43ebf1a 100644 --- a/src/components/Sidebar/Sidebar.tsx +++ b/src/components/Sidebar/Sidebar.tsx @@ -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 = () => {