// Dashboard routes are now served from layers.ts (/api/dashboard/layer-data)
// This file is kept for backwards compatibility with the router mount.
import { Router, type IRouter } from 'express';
const router: IRouter = Router();
export default router;
