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:
Ilia Mashkov
2026-05-18 20:45:17 +03:00
parent c9631f9905
commit b33b9f328c
5 changed files with 171 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export { Link } from './ui/Link/Link';