1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

cleaned imports

This commit is contained in:
Fedor Katurov 2021-03-31 14:43:20 +07:00
parent d865067eaf
commit 639b9815a8
3 changed files with 3 additions and 8 deletions

View file

@ -12,9 +12,8 @@ import 'swiper/components/navigation/navigation.scss';
import styles from './styles.module.scss';
import { useNodeImages } from '~/utils/hooks/node/useNodeImages';
import { getURL } from '~/utils/dom';
import { PRESETS, URLS } from '~/constants/urls';
import { PRESETS } from '~/constants/urls';
import SwiperClass from 'swiper/types/swiper-class';
import { useHistory } from 'react-router';
import { useGotoNode } from '~/utils/hooks/node/useGotoNode';
SwiperCore.use([Navigation, Pagination, A11y]);