Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/better-auth/examples
/ createRouter
Function
createRouter
tanstack-example/app/router.tsx:4–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import { routeTree } from
"./routeTree.gen"
;
3
4
export function createRouter() {
5
const router = createTanStackRouter({
6
routeTree,
7
});
8
9
return router;
10
}
11
12
declare module
"@tanstack/react-router"
{
13
interface Register {
Callers
1
client.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected