1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 14:50:52 +00:00

remove unneccesary import

This commit is contained in:
slowbackspace 2019-03-21 13:23:55 +01:00
parent d9406cb0f0
commit eb1ca324a0

View File

@ -2,7 +2,7 @@
import React, { PureComponent } from 'react';
import styled from 'styled-components';
import { Button, Select, P, Link, Icon, H1, icons as ICONS, colors } from 'trezor-ui-components';
import { Button, Select, P, Link, H1, icons as ICONS, colors } from 'trezor-ui-components';
import { FONT_SIZE, FONT_WEIGHT } from 'config/variables';
import LandingWrapper from 'views/Landing/components/LandingWrapper';