mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-23 21:42:14 +00:00
Remove unused components
This commit is contained in:
parent
c67335170a
commit
6f657e7a64
@ -1,10 +0,0 @@
|
|||||||
/* @flow */
|
|
||||||
|
|
||||||
|
|
||||||
import React from 'react';
|
|
||||||
|
|
||||||
export default (props: {}): React$Element<string> => (
|
|
||||||
<section className="landing">
|
|
||||||
localstorage ERROR
|
|
||||||
</section>
|
|
||||||
);
|
|
@ -1,11 +0,0 @@
|
|||||||
/* @flow */
|
|
||||||
|
|
||||||
|
|
||||||
import React from 'react';
|
|
||||||
import Loader from 'components/LoaderCircle';
|
|
||||||
|
|
||||||
export default (props: {}): React$Element<string> => (
|
|
||||||
<section className="landing">
|
|
||||||
<Loader label="Loading" size="100" />
|
|
||||||
</section>
|
|
||||||
);
|
|
@ -1,10 +0,0 @@
|
|||||||
/* @flow */
|
|
||||||
|
|
||||||
|
|
||||||
import React from 'react';
|
|
||||||
|
|
||||||
export default (props: {}): React$Element<string> => (
|
|
||||||
<section className="landing">
|
|
||||||
connect ERROR
|
|
||||||
</section>
|
|
||||||
);
|
|
Loading…
Reference in New Issue
Block a user