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

removed unused imports

This commit is contained in:
Fedor Katurov 2021-10-13 17:57:42 +07:00
parent 2ce39efef8
commit 6e0c9af647

View file

@ -1,9 +1,6 @@
import React, { FC } from 'react';
import styles from './styles.module.scss';
import { PlayerBar } from '~/components/bars/PlayerBar';
import { selectUser } from '~/redux/auth/selectors';
import { pick } from 'ramda';
import { connect } from 'react-redux';
type IProps = {};