diff --git a/src/_gr.js b/src/_gr.js index a464b96..66f5893 100755 --- a/src/_gr.js +++ b/src/_gr.js @@ -3,7 +3,7 @@ // src/_gr.js import program from './commanderProgram.js'; -import getFileContent from './getFileContent.js'; +import getFileContent from './file_functions/getFileContent.js'; import promptAI from './ai.js'; import defaultPrompt from './defaultPrompt.js'; import dotenv from 'dotenv'; diff --git a/src/file_functions/getFileContent.js b/src/file_functions/getFileContent.js index e7b67a6..92eab68 100644 --- a/src/file_functions/getFileContent.js +++ b/src/file_functions/getFileContent.js @@ -1,4 +1,4 @@ -// src/getFileContent.js +// src/file_functions/getFileContent.js import fs from 'fs'; import path from 'path';