import type { RouterManagedTag } from '@tanstack/router-core' export function Asset({ tag, attrs, children }: RouterManagedTag): any { switch (tag) { case 'title': return ( {children} ) case 'meta': return case 'link': return case 'style': return (