feat: add elements routes placeholder file

This commit is contained in:
2026-06-22 05:45:10 +00:00
parent ca2351d74c
commit 44f3917721
+5
View File
@@ -0,0 +1,5 @@
import { FastifyInstance } from 'fastify';
export default async function elementsRoutes(fastify: FastifyInstance) {
// Placeholder for elements routes
}