mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-26 07:33:00 +00:00
image: fix import
This commit is contained in:
parent
e11c2e0f3d
commit
5083c41ccb
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue