Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
kla committed Sep 13, 2024
1 parent 913a7bd commit dbd930e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/staxfile/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit dbd930e

Please sign in to comment.