mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Add avatar component
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Wrapper } from './styles';
|
||||
|
||||
const Avatar = () => {
|
||||
return <Wrapper></Wrapper>;
|
||||
};
|
||||
|
||||
export default Avatar;
|
||||
@@ -0,0 +1,3 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
export const Wrapper = styled.div``;
|
||||
Reference in New Issue
Block a user