image: import path

This commit is contained in:
Starbeamrainbowlabs 2021-01-15 17:10:34 +00:00
parent 7c6329189f
commit 7a1ad38c6c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -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';