Juan Cortes Ross
6 years ago
2 changed files with 2 additions and 27 deletions
@ -1,19 +0,0 @@ |
|||||
// @flow
|
|
||||
|
|
||||
/* eslint-disable react/jsx-no-literals */ |
|
||||
|
|
||||
import React, { PureComponent } from 'react' |
|
||||
import { translate } from 'react-i18next' |
|
||||
import Box, { Card } from 'components/base/Box' |
|
||||
|
|
||||
class TabProfile extends PureComponent<*, *> { |
|
||||
render() { |
|
||||
return ( |
|
||||
<Card flow={3}> |
|
||||
<Box horizontal>Nothing here</Box> |
|
||||
</Card> |
|
||||
) |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
export default translate()(TabProfile) |
|
Loading…
Reference in new issue