Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
GroupOne-Front-End
/
3131a46894fda8f96826be14b157fc2761853dd0
/
.
/
app
/
routes.ts
blob: 102b4025877bcfbea5abb721742bb7aa8c33eb3d [
file
] [
log
] [
blame
]
sogln
3131a46
2025-04-15 17:01:40 +0800
[
diff
] [
blame^
]
1
import
{
type
RouteConfig
,
index
}
from
"@react-router/dev/routes"
;
2
3
export
default
[
index
(
"routes/home.tsx"
)]
satisfies
RouteConfig
;