import { createUniqueId } from 'solid-js' export function TanStackLogo() { const id = createUniqueId() return ( ) }