mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
[misc]: fix module imports being broken from esModuleInterop missing
This commit is contained in:
parent
193ad93a7d
commit
06cc7d5e7d
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ import styled from 'styled-components'
|
|||
|
||||
export type ButtonProps = {
|
||||
children: React.ReactChild
|
||||
href: string
|
||||
href?: string
|
||||
}
|
||||
|
||||
const Button = styled.a`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue