| 1 | import fs from 'node:fs' |
| 2 | import { useCallback, useState } from 'react' |
| 3 | import { createFileRoute, useRouter } from '@tanstack/react-router' |
| 4 | import { createMiddleware, createServerFn } from '@tanstack/react-start' |
nothing calls this directly
no test coverage detected