refactor: simplify import paths

This commit is contained in:
Carlos Valente
2025-02-15 14:01:24 +01:00
committed by Carlos Valente
parent 70558c5104
commit c65761448d
6 changed files with 9 additions and 7 deletions
@@ -12,7 +12,7 @@ import {
useDisclosure,
} from '@chakra-ui/react';
import useViewSettings from '../../../common/hooks-query/useViewSettings';
import useViewSettings from '../../hooks-query/useViewSettings';
import Info from '../info/Info';
import { ViewOption } from './types';