import { useStore } from '@nanostores/react' import { navigationHistory, goBack } from '../store' export function Navigation() { return null }