1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-23 13:32:02 +00:00

Remove unused components

This commit is contained in:
Vasek Mlejnsky 2018-08-23 15:58:55 +02:00
parent c67335170a
commit 6f657e7a64
3 changed files with 0 additions and 31 deletions

View File

@ -1,10 +0,0 @@
/* @flow */
import React from 'react';
export default (props: {}): React$Element<string> => (
<section className="landing">
localstorage ERROR
</section>
);

View File

@ -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>
);

View File

@ -1,10 +0,0 @@
/* @flow */
import React from 'react';
export default (props: {}): React$Element<string> => (
<section className="landing">
connect ERROR
</section>
);