meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: C9A285535CC6EA7D
1 changed files with
1 additions and
0 deletions
-
src/components/Home.js
|
@ -7,6 +7,7 @@ import { translate } from 'react-i18next' |
|
|
|
|
|
|
|
|
type Props = { |
|
|
type Props = { |
|
|
devices: Array<Object>, |
|
|
devices: Array<Object>, |
|
|
|
|
|
t: string => string, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
class Home extends PureComponent<Props> { |
|
|
class Home extends PureComponent<Props> { |
|
|