diff --git a/src/views/Landing/views/InstallBridge/index.js b/src/views/Landing/views/InstallBridge/index.js index fbcb86b9..84bd66f4 100644 --- a/src/views/Landing/views/InstallBridge/index.js +++ b/src/views/Landing/views/InstallBridge/index.js @@ -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';