| 1 | import type { NoteFoldersResponse, NoteFoldersTree } from '../dto/note-folders' |
| 2 | import { Elysia } from 'elysia' |
| 3 | import { useNotesStorage } from '../../storage' |
| 4 | import { commonAddResponse } from '../dto/common/response' |
nothing calls this directly
no test coverage detected