Files
palace/src/components/Navigation.tsx
2025-07-19 00:36:16 +02:00

6 lines
145 B
TypeScript

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