refactor(runtime): remove dead symbols from composition roots

This commit is contained in:
2026-03-06 10:56:20 -08:00
parent 85bd6c6ec2
commit e659b5d8f4
6 changed files with 17 additions and 151 deletions

View File

@@ -1,5 +1,4 @@
import fs from 'node:fs';
import path from 'node:path';
import { fail, log } from '../log.js';
import { commandExists, isYoutubeTarget, realpathMaybe, resolvePathMaybe } from '../util.js';
import { collectVideos, showFzfMenu, showRofiMenu } from '../picker.js';