// index.ts import { renderSection, useConfig, writeToFile } from './hooks.ts' // changed from `./hooks.ts` to `./hooks` import { renderSection, useConfig, writeToFile } from './hooks'