feat: pubkey stream loading
chore: faster stream navigation
This commit is contained in:
6
src/pages/catch-all.tsx
Normal file
6
src/pages/catch-all.tsx
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
export function CatchAllRoutePage() {
|
||||
//const { ["*"]: param } = useParams();
|
||||
|
||||
return <b className="error">Not found :(</b>
|
||||
}
|
Reference in New Issue
Block a user