first commit
This commit is contained in:
6
src/components/Navigation.tsx
Normal file
6
src/components/Navigation.tsx
Normal file
@ -0,0 +1,6 @@
|
||||
import { useStore } from '@nanostores/react'
|
||||
import { navigationHistory, goBack } from '../store'
|
||||
|
||||
export function Navigation() {
|
||||
return null
|
||||
}
|
||||
Reference in New Issue
Block a user