Skip to content

Commit

Permalink
refactor: Refactor structure of Frontend
Browse files Browse the repository at this point in the history
Correct imports for Footer

Refs: CU-86975w8k1
Signed-off-by: Patryk Kłosiński <[email protected]>
  • Loading branch information
JimTheCat committed Dec 20, 2024
1 parent 5f928f2 commit 108857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Features/Login/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -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 = () => {
Expand Down

0 comments on commit 108857f

Please sign in to comment.