diff --git a/src/resources/extensions/gsd/preferences-hooks.ts b/src/resources/extensions/gsd/preferences-hooks.ts deleted file mode 100644 index ed99d5c29..000000000 --- a/src/resources/extensions/gsd/preferences-hooks.ts +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Focused re-export: hook-related preferences. - * - * Consumers that only need hook resolution can import from this module - * instead of the monolithic preferences.ts, reducing coupling surface. - */ -export { - resolvePostUnitHooks, - resolvePreDispatchHooks, -} from "./preferences.js";