VMS-frontend/src/shared/components/frigate/Link.jsx
NlightN22 7304fe231e refactoring
add translates
finish recordings
2024-02-25 21:15:31 +07:00

19 lines
430 B
JavaScript

// import { h } from 'preact';
// import { Link as RouterLink } from 'preact-router/match';
export {}
// export default function Link({
// activeClassName = '',
// className = 'text-blue-500 hover:underline',
// children,
// href,
// ...props
// }) {
// return (
// <RouterLink activeClassName={activeClassName} className={className} href={href} {...props}>
// {children}
// </RouterLink>
// );
// }