1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-28 11:18:16 +00:00

removed unused import

This commit is contained in:
Maroš Špak 2018-12-12 10:57:23 +01:00
parent 091e84ea8f
commit 191d611fde

View File

@ -1,7 +1,6 @@
/* @flow */ /* @flow */
import * as React from 'react'; import * as React from 'react';
import { CSSTransition } from 'react-transition-group';
import styled from 'styled-components'; import styled from 'styled-components';
import colors from 'config/colors'; import colors from 'config/colors';