From dbd930eaeddd95f3b97e62407364cfabb5e26d74 Mon Sep 17 00:00:00 2001 From: Kien La Date: Fri, 13 Sep 2024 14:52:03 -0400 Subject: [PATCH] add missing import --- src/staxfile/index.ts | 1 + 1 file changed, 1 insertion(+) 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'