diff --git a/src/staxfile/index.ts b/src/staxfile/index.ts index 183e6d2..cd09409 100644 --- a/src/staxfile/index.ts +++ b/src/staxfile/index.ts @@ -5,6 +5,7 @@ import { renderTemplate } from './template' import Config from './config' import DockerfileCompiler from './dockerfile_compiler' import Location from '~/location' +import icons from '~/icons' import path from 'path' import yaml from 'js-yaml'