draconiandev/website

View on GitHub
components/elements/Strong.js

Summary

Maintainability
A
0 mins
Test Coverage
import styled from 'styled-components';

const Strong = styled.strong`
  font-weight: bold;
`;

export default Strong;