frontend > app
This commit is contained in:
10
app/components/Avatar/Avatar.js
Normal file
10
app/components/Avatar/Avatar.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// @flow
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Avatar = styled.img`
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 50%;
|
||||
`;
|
||||
|
||||
export default Avatar;
|
||||
3
app/components/Avatar/index.js
Normal file
3
app/components/Avatar/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
// @flow
|
||||
import Avatar from './Avatar';
|
||||
export default Avatar;
|
||||
Reference in New Issue
Block a user