mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 05:21:14 +02:00
4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
import type { RouteConfigEntry } from "@react-router/dev/routes";
|
|
|
|
export const extendedRoutes: RouteConfigEntry[] = [];
|