diff --git a/backend/src/routes/elements.ts b/backend/src/routes/elements.ts new file mode 100644 index 0000000..a8873d2 --- /dev/null +++ b/backend/src/routes/elements.ts @@ -0,0 +1,5 @@ +import { FastifyInstance } from 'fastify'; + +export default async function elementsRoutes(fastify: FastifyInstance) { + // Placeholder for elements routes +}