feat: add import routes placeholder file

This commit is contained in:
2026-06-22 05:45:20 +00:00
parent 6afa2965e0
commit b62ef2fa74
+5
View File
@@ -0,0 +1,5 @@
import { FastifyInstance } from 'fastify';
export default async function importRoutes(fastify: FastifyInstance) {
// Placeholder for import routes
}