import { Hono } from 'hono' export const groupsRoutes = new Hono() groupsRoutes.get('/', (c) => c.json([]))