import type { RouteObject } from 'react-router' import { root } from './routes/root.js' export const routes: RouteObject[] = [ root, ]