feat(ott-297): tournament matches (#88)
parent
b4ebffe955
commit
8c093cc0d2
@ -1,8 +1,7 @@ |
|||||||
import { ProfileTypes, SportTypes } from 'config' |
import { ProfileTypes } from 'config' |
||||||
|
|
||||||
export type ProfileCardProps = { |
export type ProfileCardProps = { |
||||||
infoItems: Array<string>, |
infoItems: Array<string>, |
||||||
name: string, |
name: string, |
||||||
profileType: ProfileTypes, |
profileType: ProfileTypes, |
||||||
sportType: SportTypes, |
|
||||||
} |
} |
||||||
|
|||||||
@ -0,0 +1,5 @@ |
|||||||
|
import styled from 'styled-components/macro' |
||||||
|
|
||||||
|
export const Content = styled.main` |
||||||
|
padding: 0 16px; |
||||||
|
` |
||||||
Loading…
Reference in new issue