| 1 | import { unlink } from 'fs/promises'; |
| 2 | import { select } from '@inquirer/prompts'; |
| 3 | import { getProjectPath } from './helpers/get-project-info.js'; |
| 4 | import { getFileName } from './helpers/get-file-name.js'; |
nothing calls this directly
no test coverage detected