mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
import { type RouteConfig, index } from '@react-router/dev/routes';
|
|
|
|
export default [index('routes/home.tsx')] satisfies RouteConfig;
|