feat: pubkey stream loading

chore: faster stream navigation
This commit is contained in:
2023-08-01 16:54:06 +01:00
parent 74c1a383b6
commit 90a7d2ca7e
7 changed files with 72 additions and 18 deletions

6
src/pages/catch-all.tsx Normal file
View File

@ -0,0 +1,6 @@
export function CatchAllRoutePage() {
//const { ["*"]: param } = useParams();
return <b className="error">Not found :(</b>
}