philips-software/cogito

View on GitHub
workspaces/demo-app/src/components/ui/HeaderBar.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import glamorous from 'glamorous'

const HeaderBar = glamorous.div({
  width: '100%',
  height: '100px',
  backgroundColor: 'black',
  padding: '10px'
})

export { HeaderBar }