From b5f383853633f7721577bb3165595c76a1c3da6e Mon Sep 17 00:00:00 2001 From: ilnaz <237x237@gmail.com> Date: Sun, 24 Nov 2024 14:54:01 +0300 Subject: [PATCH] feat: separation of imports (#25) --- src/components/Sidebar/Sidebar.tsx | 1 + 1 file changed, 1 insertion(+) 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 = () => {