| 1 | import { createFileRoute } from '@tanstack/react-router' |
| 2 | import { generateImage, createImageOptions } from '@tanstack/ai' |
| 3 | import { geminiImage } from '@tanstack/ai-gemini' |
| 4 | import { openaiImage } from '@tanstack/ai-openai' |
nothing calls this directly
no test coverage detected