1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-11 08:31:00 +00:00

Fixed eslint

This commit is contained in:
Vladimir Volek 2018-10-30 16:35:01 +01:00 committed by Szymon Lesisz
parent 347767de3d
commit ea391a2a00

View File

@ -1,7 +1,7 @@
/* @flow */
import React from 'react';
import { QRCode } from 'react-qr-svg';
import styled, { css } from 'styled-components';
import styled from 'styled-components';
import media from 'styled-media-query';
import { H2 } from 'components/Heading';