Files
portfolio/src/shared/ui/Link/index.ts
T
Ilia Mashkov b33b9f328c 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.
2026-05-18 20:45:17 +03:00

2 lines
39 B
TypeScript

export { Link } from './ui/Link/Link';