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:
parent
d9406cb0f0
commit
eb1ca324a0
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user