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:
parent
2ce39efef8
commit
6e0c9af647
1 changed files with 0 additions and 3 deletions
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue