1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-10 08:34:55 +00:00

Remove rogue import

This commit is contained in:
Starbeamrainbowlabs 2020-10-05 18:58:36 +01:00
parent d1b6e9e641
commit 31160625c9
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -4,7 +4,6 @@ import fs from 'fs';
import path from 'path';
import Terrain50 from 'terrain50';
import SpawnStream from 'spawn-stream';
import a from '../../Helpers/Ansi.mjs';
import l from '../../Helpers/Log.mjs';