All files / components/steps/step styledStep.js

0% Statements 0/8
0% Branches 0/4
0% Functions 0/2
0% Lines 0/2
1 2 3 4 5 6 7 8               
import styled from 'styled-components'
 
const StyledStep = styled.div `
 
`
 
export default StyledStep