feat: add Link shared component
Renders Next.js Link for internal routes, plain anchor with target="_blank" rel="noopener noreferrer" when external prop is set.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export { Link } from './ui/Link/Link';
|
||||
Reference in New Issue
Block a user