Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit b5e1d3e

Browse files
chore: apply automated updates
1 parent 27c1154 commit b5e1d3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
import { createRouter } from '@tanstack/react-router'
1+
import { createRouter } from "@tanstack/react-router";
22

33
// Import the generated route tree
4-
import { routeTree } from './routeTree.gen'
4+
import { routeTree } from "./routeTree.gen";
55

66
// Create a new router instance
77
export const getRouter = () => {
88
return createRouter({
99
routeTree,
1010
scrollRestoration: true,
1111
defaultPreloadStaleTime: 0,
12-
})
13-
}
12+
});
13+
};

examples/tanstack-start-react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"noUncheckedSideEffectImports": true,
2323
"baseUrl": ".",
2424
"paths": {
25-
"@/*": ["./src/*"],
25+
"@/*": ["./src/*"]
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)