image: fix import

This commit is contained in:
Starbeamrainbowlabs 2021-01-25 17:15:03 +00:00
parent e11c2e0f3d
commit 5083c41ccb
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import a from '../../Helpers/Ansi.mjs';
import RenderManager from './RenderManager.mjs';
import bounds2classes from '../../Helpers/MathsHelpers.mjs';
import { bounds2classes } from '../../Helpers/MathsHelpers.mjs';
export default async function(settings) {
if(typeof settings.cli.input !== "string") {