We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea20d5d commit d408d43Copy full SHA for d408d43
biome.jsonc
@@ -28,7 +28,7 @@
28
"assist": {
29
"actions": {
30
"source": {
31
- "organizeImports": "on"
+ "organizeImports": "off"
32
}
33
34
},
packages/astro/src/core/routing/index.ts
@@ -1,3 +1,3 @@
1
-export { getFallbackRoute, routeIsFallback, routeIsRedirect } from './helpers.js';
+export { routeIsRedirect } from './helpers.js';
2
export { createRoutesList } from './manifest/create.js';
3
export { matchAllRoutes } from './match.js';
0 commit comments