Cleanup
This commit is contained in:
parent
d638115739
commit
aa50f18dc5
1 changed files with 0 additions and 2 deletions
|
|
@ -1,11 +1,9 @@
|
|||
|
||||
interface Props {
|
||||
to: string
|
||||
children?: any
|
||||
}
|
||||
|
||||
export default (props: Props) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<a href={props.to} aria-label={`Go to ${props.to}`}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue