1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-05 22:00:59 +00:00

Merge branch 'master' into fix/link-to-bitcoin-wallet

This commit is contained in:
slowbackspace 2019-03-01 12:53:47 +01:00
commit 2ae536a826
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,9 @@
./src/flowtype/npm/web3.js
./src/flowtype/css.js
[untyped]
.*/node_modules/react-select/.*
[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable

View File

@ -1,4 +1,3 @@
/* eslint-disable jsx-a11y/accessible-emoji */
/* @flow */
import * as React from 'react';
import styled from 'styled-components';