Wraps your app to replace the default <a> tag with a framework-specific link component (e.g. Next.js Link) for client-side routing across all Astryx components.
tsimport {LinkProvider} from '@astryxdesign/core/Link'
Wraps a section of the app so every Astryx link renders through a framework router component (e.g. Next.js Link) for client-side routing.