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

optimized imports

This commit is contained in:
Fedor Katurov 2022-07-20 16:10:05 +07:00
parent 946a78a7ef
commit bdf803a70c
22 changed files with 33 additions and 80 deletions

View file

@ -1,4 +1,4 @@
import React, { forwardRef, useCallback } from 'react';
import React, { forwardRef } from 'react';
import classNames from 'classnames';
@ -6,7 +6,6 @@ import { Square } from '~/components/common/Square';
import { ImagePresets } from '~/constants/urls';
import { getURLFromString } from '~/utils/dom';
import { DivProps } from '~/utils/types';
import { openUserProfile } from '~/utils/user';
import styles from './styles.module.scss';