Skip to content

Commit f544e4d

Browse files
committed
fix some path management
1 parent 5c4c67d commit f544e4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ui/screens/question-pages/components/QuestionPageBackButton.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from 'react';
22
import { ArrowBack as ArrowBackIcon } from '@mui/icons-material';
33
import { Typography, Button } from '@mui/material';
4-
import { HBox } from '../../../shared-components/LayoutBoxes';
5-
import theme from "../../../../theme";
6-
import useTranslation from "../../../language/useTranslation";
4+
import { HBox } from '@/ui/shared-components/LayoutBoxes';
5+
import theme from "@/theme";
6+
import useTranslation from "@/ui/language/useTranslation";
77

88
const QuestionPageBackButton = ({ handleBack }) => {
99
const { t } = useTranslation();

0 commit comments

Comments
 (0)