Quest
diff --git a/initSurvey.js b/initSurvey.js
index 2136037..2c139e0 100644
--- a/initSurvey.js
+++ b/initSurvey.js
@@ -37,7 +37,7 @@ export async function initSurvey(markdown) {
/**
* Fetch and process the resources for the survey. This includes the retrieve function (existing user data) and CSS files.
- * See moduleParams for the configuration (replace2.js).
+ * See moduleParams for the configuration (main.js).
* @returns {Object} - The retrieved data from the retrieve function or null.
*/
async function fetchAndProcessResources() {
diff --git a/quest.js b/quest.js
index c02b7c7..75edc2b 100644
--- a/quest.js
+++ b/quest.js
@@ -1,4 +1,4 @@
-import { transform } from "./replace2.js";
+import { transform } from "./main.js";
import { moduleParams, questionQueue } from "./questionnaire.js";
import { getStateManager } from "./stateManager.js";