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 {
|
interface Props {
|
||||||
to: string
|
to: string
|
||||||
children?: any
|
children?: any
|
||||||
}
|
}
|
||||||
|
|
||||||
export default (props: Props) => {
|
export default (props: Props) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<a href={props.to} aria-label={`Go to ${props.to}`}>
|
<a href={props.to} aria-label={`Go to ${props.to}`}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue