fix import

This commit is contained in:
thetek 2024-05-22 16:44:32 +02:00
parent 6698101d88
commit ef9b31056f

View File

@ -6,7 +6,6 @@ import useGaze from 'src/hooks/useGaze';
import { getElementsInGaze } from 'src/redux/slices/gazeSlice';
import { useEffect } from 'react';
import background from 'src/assets/minimap-bg.jpg';
import ACAHeader from 'src/components/Element/ACAHeader';
import StressLevelIndicator from 'src/components/StressLevelIndicator';
const Minimap = () => {