diff --git a/src/Subcommands/image/index.mjs b/src/Subcommands/image/index.mjs index 3023d8c..aa65cef 100644 --- a/src/Subcommands/image/index.mjs +++ b/src/Subcommands/image/index.mjs @@ -1,6 +1,7 @@ "use strict"; import fs from 'fs'; +import path from 'path'; import l from '../../Helpers/Log.mjs'; import a from '../../Helpers/Ansi.mjs';