feat: clean up transforms
This commit is contained in:
parent
1b150bc951
commit
8f05d46ba3
2 changed files with 8 additions and 5 deletions
4
config/transforms/index.js
Normal file
4
config/transforms/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import htmlConfigTransform from "./html-config.js";
|
||||
import xmlConfigTransform from "./xml-config.js";
|
||||
|
||||
export default { htmlConfigTransform, xmlConfigTransform };
|
Loading…
Add table
Add a link
Reference in a new issue