| 1 | // ⚡ OPTIMIZATION: Load only metadata for fast popup |
| 2 | // Full scripts are loaded on-demand via lazy loading in index.js |
| 3 | import metadata from "../scripts/@metadata.js"; |
| 4 | import { Recommend as R } from "./recommend.js"; |
nothing calls this directly
no test coverage detected