From 108857f265ea0c50b83128c2f50a63958d944280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20K=C5=82osi=C5=84ski?= Date: Fri, 20 Dec 2024 15:55:59 +0100 Subject: [PATCH] refactor: Refactor structure of Frontend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct imports for Footer Refs: CU-86975w8k1 Signed-off-by: Patryk Kłosiński --- frontend/src/Features/Login/components/Footer/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Features/Login/components/Footer/Footer.tsx b/frontend/src/Features/Login/components/Footer/Footer.tsx index e54d5fac..80a26177 100644 --- a/frontend/src/Features/Login/components/Footer/Footer.tsx +++ b/frontend/src/Features/Login/components/Footer/Footer.tsx @@ -1,5 +1,5 @@ import {Group, Text, useMantineColorScheme} from "@mantine/core"; -import {Languages} from "../../../../Services/Constants"; +import {Languages} from "../../../shared/consts/Languages.tsx"; import {useTranslation} from "react-i18next"; export const Footer = () => {