diff --git a/src/index.js b/src/index.js index 248ee24..16a2578 100644 --- a/src/index.js +++ b/src/index.js @@ -13,10 +13,7 @@ import { register as registerPostproc, execute as runPostprocessors, } from './postprocessors.js' -import { - register as registerPreproc, - execute as runPreprocessor, -} from './preprocessors.js' +import { register as registerPreproc } from './preprocessors.js' import build from './generators/template/builder.js' import { builders } from './utils/build-types.js' import compose from 'cumpa'