mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-29 00:30:35 +00:00
Add i18n, use default imports for UI.
This commit is contained in:
@@ -32,7 +32,7 @@ const OverlineBase = styled.div<Omit<Props, 'children' | 'error'>>`
|
||||
${ props => props.block && css`display: block;` }
|
||||
`;
|
||||
|
||||
export function Overline(props: Props) {
|
||||
export default function Overline(props: Props) {
|
||||
return (
|
||||
<OverlineBase {...props}>
|
||||
{ props.children }
|
||||
|
||||
Reference in New Issue
Block a user