This commit is contained in:
Patrick Alvin Alcala 2025-08-26 18:00:11 +08:00
parent d638115739
commit aa50f18dc5

View file

@ -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}`}>